Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338558
b: refs/heads/master
c: 806df3a
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent 5b30aae commit 0c5fc75
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: 5fb0432e64335bcf3f620e2d86a97fba0437c84b
refs/heads/master: 806df3ac2ac86dd0c2e02ed935b93321424183f9
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/realtek_cr.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ static int rts51x_check_status(struct us_data *us, u8 lun)
u8 buf[16];

retval = rts51x_read_status(us, lun, buf, 16, &(chip->status_len));
if (retval < 0)
if (retval != STATUS_SUCCESS)
return -EIO;

US_DEBUGP("chip->status_len = %d\n", chip->status_len);
Expand Down

0 comments on commit 0c5fc75

Please sign in to comment.