diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2012-02-10 13:11:26 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2012-02-10 13:11:26 -0500 |
commit | 60b949f34df5db05e0e102cc3daa33469aa50cfc (patch) | |
tree | 4e1c76696d2b78c9fcb38509c52affb7265a1bcc /src/radeon_kms.c | |
parent | e20284409937d784847339b5d466a95012d85940 (diff) |
radeon/kms: reusing fd message is not an error
It's standard behavior.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_kms.c')
-rw-r--r-- | src/radeon_kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_kms.c b/src/radeon_kms.c index 7ac4f05a..b5f13a23 100644 --- a/src/radeon_kms.c +++ b/src/radeon_kms.c @@ -435,7 +435,7 @@ static Bool radeon_open_drm_master(ScrnInfoPtr pScrn) int err; if (pRADEONEnt->fd) { - xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + xf86DrvMsg(pScrn->scrnIndex, X_INFO, " reusing fd for second head\n"); info->dri2.drm_fd = pRADEONEnt->fd; |