diff options
Diffstat (limited to 'drivers/tty/hvc/hvcs.c')
-rw-r--r-- | drivers/tty/hvc/hvcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c index 81e939e90c4c..81ff7e1bfb1a 100644 --- a/drivers/tty/hvc/hvcs.c +++ b/drivers/tty/hvc/hvcs.c | |||
@@ -1575,7 +1575,7 @@ static int __init hvcs_module_init(void) | |||
1575 | */ | 1575 | */ |
1576 | rc = driver_create_file(&(hvcs_vio_driver.driver), &driver_attr_rescan); | 1576 | rc = driver_create_file(&(hvcs_vio_driver.driver), &driver_attr_rescan); |
1577 | if (rc) | 1577 | if (rc) |
1578 | pr_warning(KERN_ERR "HVCS: Failed to create rescan file (err %d)\n", rc); | 1578 | pr_warning("HVCS: Failed to create rescan file (err %d)\n", rc); |
1579 | 1579 | ||
1580 | return 0; | 1580 | return 0; |
1581 | } | 1581 | } |