mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
sis_dri: fix printf() format
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
801514ee44
commit
c2723dd17d
@@ -277,8 +277,8 @@ SISDRIScreenInit(ScreenPtr pScreen)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
xf86DrvMsg(pScreen->myNum, X_INFO, "[drm] MMIO registers mapped to 0x%0llx\n",
|
||||
pSISDRI->regs.handle);
|
||||
xf86DrvMsg(pScreen->myNum, X_INFO, "[drm] MMIO registers mapped to 0x%0lx\n",
|
||||
(unsigned long int)pSISDRI->regs.handle);
|
||||
|
||||
/* AGP */
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user