Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
[linux-block.git] / drivers / media / usb / pvrusb2 / pvrusb2-main.c
index cbe2c3a2245839005aa05f3bd56eedcc9a853270..23672dd352f5918c15a8d9d7432d291db937b5ab 100644 (file)
@@ -132,10 +132,10 @@ static int __init pvr_init(void)
        ret = usb_register(&pvr_driver);
 
        if (ret == 0)
-               printk(KERN_INFO "pvrusb2: " DRIVER_VERSION ":"
+               pr_info("pvrusb2: " DRIVER_VERSION ":"
                       DRIVER_DESC "\n");
        if (pvrusb2_debug)
-               printk(KERN_INFO "pvrusb2: Debug mask is %d (0x%x)\n",
+               pr_info("pvrusb2: Debug mask is %d (0x%x)\n",
                       pvrusb2_debug,pvrusb2_debug);
 
        pvr2_trace(PVR2_TRACE_INIT,"pvr_init complete");