Commit 49100715 authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman

Staging: keucr: fix quoted string split across lines

Fix checkpatch.pl issues quoted string split across lines in usb.c
Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent db6f016f
...@@ -604,9 +604,7 @@ static int eucr_probe(struct usb_interface *intf, ...@@ -604,9 +604,7 @@ static int eucr_probe(struct usb_interface *intf,
if (!(MiscReg03 & 0x02)) { if (!(MiscReg03 & 0x02)) {
result = -ENODEV; result = -ENODEV;
quiesce_and_remove_host(us); quiesce_and_remove_host(us);
pr_info("keucr: The driver only supports SM/MS card. " pr_info("keucr: The driver only supports SM/MS card. To use SD card, please build driver/usb/storage/ums-eneub6250.ko\n");
"To use SD card, "
"please build driver/usb/storage/ums-eneub6250.ko\n");
goto BadDevice; goto BadDevice;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment