]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/input/joystick/xpad.c
USB: remove info() macro from usb input drivers
[linux-2.6-omap-h63xx.git] / drivers / input / joystick / xpad.c
index 839d1c9622f66c1f4c1a217bf8a6c3c55503f990..b868b8d5fbb3e29c58a78c69f5350098fd9ed6f2 100644 (file)
@@ -911,7 +911,7 @@ static int __init usb_xpad_init(void)
 {
        int result = usb_register(&xpad_driver);
        if (result == 0)
-               info(DRIVER_DESC);
+               printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_DESC "\n");
        return result;
 }