staging: speakup: fix printk format warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 13 Oct 2010 20:10:49 +0000 (13:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Oct 2010 19:14:10 +0000 (12:14 -0700)
commit0a652b96287ef61c97a2acab2bcc3d0f319b50e4
tree2c400d217d166bf74b6b0398b8adfe3dbfcd94eb
parent6566961fcb651e6081aff9eabf4362d1b3821482
staging: speakup: fix printk format warning

Fix printk format warning:

drivers/staging/speakup/serialio.c:44: warning: format '%x' expects type 'unsigned int', but argument 2 has type 'long unsigned int'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: <speakup@braille.uwo.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/serialio.c