diff options
Diffstat (limited to 'drivers/usb/storage/ene_ub6250.c')
-rw-r--r-- | drivers/usb/storage/ene_ub6250.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/storage/ene_ub6250.c b/drivers/usb/storage/ene_ub6250.c index 0e5aafda4537..31645afff5fc 100644 --- a/drivers/usb/storage/ene_ub6250.c +++ b/drivers/usb/storage/ene_ub6250.c | |||
@@ -715,8 +715,8 @@ static int ene_ub6250_probe(struct usb_interface *intf, | |||
715 | 715 | ||
716 | if (!(misc_reg03 & 0x01)) { | 716 | if (!(misc_reg03 & 0x01)) { |
717 | result = -ENODEV; | 717 | result = -ENODEV; |
718 | printk(KERN_NOTICE "ums_eneub6250: The driver only supports SD\ | 718 | printk(KERN_NOTICE "ums_eneub6250: The driver only supports SD card. " |
719 | card. To use SM/MS card, please build driver/stagging/keucr\n"); | 719 | "To use SM/MS card, please build driver/staging/keucr\n"); |
720 | usb_stor_disconnect(intf); | 720 | usb_stor_disconnect(intf); |
721 | } | 721 | } |
722 | 722 | ||