Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303977
b: refs/heads/master
c: db2c862
h: refs/heads/master
i:
  303975: d9913a2
v: v3
  • Loading branch information
Jeffrin Jose authored and Greg Kroah-Hartman committed May 17, 2012
1 parent 83ebce2 commit 6e0453f
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: a1631062f2f2e1b57108e810983a077d6b847092
refs/heads/master: db2c8624847b0b67c04c3d6271823f3fee671e26
4 changes: 2 additions & 2 deletions trunk/drivers/usb/storage/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void fill_inquiry_response(struct us_data *us, unsigned char *data,
return;

memset(data+8, ' ', 28);
if(data[0]&0x20) { /* USB device currently not connected. Return
if (data[0]&0x20) { /* USB device currently not connected. Return
peripheral qualifier 001b ("...however, the
physical device is not currently connected
to this logical unit") and leave vendor and
Expand Down Expand Up @@ -298,7 +298,7 @@ static int usb_stor_control_thread(void * __us)
struct us_data *us = (struct us_data *)__us;
struct Scsi_Host *host = us_to_host(us);

for(;;) {
for (;;) {
US_DEBUGP("*** thread sleeping.\n");
if (wait_for_completion_interruptible(&us->cmnd_ready))
break;
Expand Down

0 comments on commit 6e0453f

Please sign in to comment.