Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289413
b: refs/heads/master
c: 96c1eb9
h: refs/heads/master
i:
  289411: 2a00ce1
v: v3
  • Loading branch information
Sarah Sharp authored and Sebastian Andrzej Siewior committed Dec 22, 2011
1 parent dcc45b5 commit 2cb22b4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9eb445410db99e5f5f660e97a2165a0567bd909e
refs/heads/master: 96c1eb9873caffc507a1951c36b43fdcf3ddeff3
4 changes: 3 additions & 1 deletion trunk/drivers/usb/storage/uas.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,10 @@ static void uas_stat_cmplt(struct urb *urb)
cmnd = sdev->current_cmnd;
else
cmnd = scsi_find_tag(sdev, tag);
if (!cmnd)
if (!cmnd) {
usb_free_urb(urb);
return;
}

switch (iu->iu_id) {
case IU_ID_STATUS:
Expand Down

0 comments on commit 2cb22b4

Please sign in to comment.