Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1931
b: refs/heads/master
c: 9f793d2
h: refs/heads/master
i:
  1929: 90d21c0
  1927: e9781fc
v: v3
  • Loading branch information
Pete Zaitcev authored and Greg Kroah-Hartman committed Jun 9, 2005
1 parent beb4b34 commit 97253d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03e49d40ea3436cae0fe43708f11584130ee4a0c
refs/heads/master: 9f793d2c77ec5818679e4747c554d9333cecf476
4 changes: 2 additions & 2 deletions trunk/drivers/block/ub.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* This many LUNs per USB device.
* Every one of them takes a host, see UB_MAX_HOSTS.
*/
#define UB_MAX_LUNS 4
#define UB_MAX_LUNS 9

/*
*/
Expand Down Expand Up @@ -2100,7 +2100,7 @@ static int ub_probe(struct usb_interface *intf,
nluns = rc;
break;
}
mdelay(100);
msleep(100);
}

for (i = 0; i < nluns; i++) {
Expand Down

0 comments on commit 97253d9

Please sign in to comment.