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)
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>

No differences found