tty: hvcs: Remove unnecessary KERN_ERR in hvcs.c
[deliverable/linux.git] / drivers / tty / hvc / hvcs.c
index 81e939e90c4c44f7ead9bad36eac03f98f998421..81ff7e1bfb1a82ac68dd33d760b84f7edff4e9b8 100644 (file)
@@ -1575,7 +1575,7 @@ static int __init hvcs_module_init(void)
         */
        rc = driver_create_file(&(hvcs_vio_driver.driver), &driver_attr_rescan);
        if (rc)
-               pr_warning(KERN_ERR "HVCS: Failed to create rescan file (err %d)\n", rc);
+               pr_warning("HVCS: Failed to create rescan file (err %d)\n", rc);
 
        return 0;
 }
This page took 0.025542 seconds and 5 git commands to generate.