]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: xgifb: use %lx instead of %x in printk format
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 17 Jun 2010 17:10:33 +0000 (13:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 22 Jun 2010 21:20:36 +0000 (14:20 -0700)
commitacf82e050150490e7a2d795594b2c6cb54243bfd
tree775b478f82a80659eb93288f846de58d0a385ad2
parente4cb3720bfcf8b57b4c5a2adbbb6b5967af53432
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>
drivers/staging/xgifb/XGI_main_26.c