mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
Staging: xgifb: use %lx instead of %x in printk format
This fixes compiler warning format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int' Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Arnaud Patard <apatard@mandriva.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e4cb3720bf
commit
acf82e0501
@ -3510,7 +3510,8 @@ int __devinit xgifb_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
|
||||
|
||||
XGIfb_registered = 1;
|
||||
|
||||
printk(KERN_INFO "XGIfb: Installed XGIFB_GET_INFO ioctl (%x)\n", XGIFB_GET_INFO);
|
||||
printk(KERN_INFO "XGIfb: Installed XGIFB_GET_INFO ioctl (%lx)\n",
|
||||
XGIFB_GET_INFO);
|
||||
|
||||
/* printk(KERN_INFO "XGIfb: 2D acceleration is %s, scrolling mode %s\n",
|
||||
XGIfb_accel ? "enabled" : "disabled",
|
||||
|
Loading…
x
Reference in New Issue
Block a user