|
@@ -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;
|
|
|
}
|
|
|
|