projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6f016
)
Staging: keucr: fix quoted string split across lines
author
Ebru Akagunduz
<
[email protected]
>
Sat, 5 Oct 2013 14:11:39 +0000
(17:11 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 7 Oct 2013 05:07:30 +0000
(22:07 -0700)
Fix checkpatch.pl issues quoted string split across lines in usb.c
Signed-off-by: Ebru Akagunduz <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/keucr/usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/keucr/usb.c
b/drivers/staging/keucr/usb.c
index ddd2e7390b4611b9df23d282874210e3b915f312..a84ee6303368422468b4656e27d62d098c303eeb 100644
(file)
--- a/
drivers/staging/keucr/usb.c
+++ b/
drivers/staging/keucr/usb.c
@@
-604,9
+604,7
@@
static int eucr_probe(struct usb_interface *intf,
if (!(MiscReg03 & 0x02)) {
result = -ENODEV;
quiesce_and_remove_host(us);
- pr_info("keucr: The driver only supports SM/MS card. "
- "To use SD card, "
- "please build driver/usb/storage/ums-eneub6250.ko\n");
+ pr_info("keucr: The driver only supports SM/MS card. To use SD card, please build driver/usb/storage/ums-eneub6250.ko\n");
goto BadDevice;
}