aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/ub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/ub.c b/drivers/block/ub.c
index adc4dcc306f4..19c5e59bcfa8 100644
--- a/drivers/block/ub.c
+++ b/drivers/block/ub.c
@@ -51,7 +51,7 @@
51 * This many LUNs per USB device. 51 * This many LUNs per USB device.
52 * Every one of them takes a host, see UB_MAX_HOSTS. 52 * Every one of them takes a host, see UB_MAX_HOSTS.
53 */ 53 */
54#define UB_MAX_LUNS 4 54#define UB_MAX_LUNS 9
55 55
56/* 56/*
57 */ 57 */
@@ -2100,7 +2100,7 @@ static int ub_probe(struct usb_interface *intf,
2100 nluns = rc; 2100 nluns = rc;
2101 break; 2101 break;
2102 } 2102 }
2103 mdelay(100); 2103 msleep(100);
2104 } 2104 }
2105 2105
2106 for (i = 0; i < nluns; i++) { 2106 for (i = 0; i < nluns; i++) {