Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155938
b: refs/heads/master
c: 7a77791
h: refs/heads/master
v: v3
  • Loading branch information
Giacomo Lozito authored and Greg Kroah-Hartman committed Jul 28, 2009
1 parent bfc810e commit 1dffef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5f4fab91f2b12c12f0506b4da49ed199db8c64ed
refs/heads/master: 7a777919bbeec3eac1d7904a728a60e9c2bb9c67
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ int usb_stor_Bulk_max_lun(struct us_data *us)
US_BULK_GET_MAX_LUN,
USB_DIR_IN | USB_TYPE_CLASS |
USB_RECIP_INTERFACE,
0, us->ifnum, us->iobuf, 1, HZ);
0, us->ifnum, us->iobuf, 1, 10*HZ);

US_DEBUGP("GetMaxLUN command result is %d, data is %d\n",
result, us->iobuf[0]);
Expand Down

0 comments on commit 1dffef9

Please sign in to comment.