]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/usb/catc.c
USB: remove info() macro from usb network drivers
[linux-2.6-omap-h63xx.git] / drivers / net / usb / catc.c
index 92ff9c83d9f2d06218ca4aef325bab999f5ae552..466a89e244445cb59bdd3a94c43c184be4fee185 100644 (file)
@@ -954,7 +954,8 @@ static int __init catc_init(void)
 {
        int result = usb_register(&catc_driver);
        if (result == 0)
-               info(DRIVER_VERSION " " DRIVER_DESC);
+               printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
+                      DRIVER_DESC "\n");
        return result;
 }