]> 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 6791be81eb2904b15780da13dac99ce11e5925a6..b868b8d5fbb3e29c58a78c69f5350098fd9ed6f2 100644 (file)
@@ -455,10 +455,10 @@ static void xpad_bulk_out(struct urb *urb)
        case -ENOENT:
        case -ESHUTDOWN:
                /* this urb is terminated, clean up */
-               dbg("%s - urb shutting down with status: %d", __FUNCTION__, urb->status);
+               dbg("%s - urb shutting down with status: %d", __func__, urb->status);
                break;
        default:
-               dbg("%s - nonzero urb status received: %d", __FUNCTION__, urb->status);
+               dbg("%s - nonzero urb status received: %d", __func__, urb->status);
        }
 }
 
@@ -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;
 }