diff options
Diffstat (limited to 'drivers/input/joystick/xpad.c')
-rw-r--r-- | drivers/input/joystick/xpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index 839d1c9622f6..b868b8d5fbb3 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c | |||
@@ -911,7 +911,7 @@ static int __init usb_xpad_init(void) | |||
911 | { | 911 | { |
912 | int result = usb_register(&xpad_driver); | 912 | int result = usb_register(&xpad_driver); |
913 | if (result == 0) | 913 | if (result == 0) |
914 | info(DRIVER_DESC); | 914 | printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_DESC "\n"); |
915 | return result; | 915 | return result; |
916 | } | 916 | } |
917 | 917 | ||