Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304257
b: refs/heads/master
c: e06d9b3
h: refs/heads/master
i:
  304255: 1544a74
v: v3
  • Loading branch information
wwang authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent c73cade commit fb1859f
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: 1c3a4dc3d01547103a81957d41f105d462f42c4d
refs/heads/master: e06d9b3e6c0f5617fe14e137a6121c5e59edf497
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,7 @@ int mg_set_ICV(struct scsi_cmnd *srb, struct rtsx_chip *chip)
#else
retval = ms_transfer_data(chip, MS_TM_AUTO_WRITE, PRO_WRITE_LONG_DATA,
2, WAIT_INT, 0, 0, buf + 4, 1024);
if ((retval != STATUS_SUCCESS) || check_ms_err(chip) {
if ((retval != STATUS_SUCCESS) || check_ms_err(chip)) {
rtsx_clear_ms_error(chip);
if (ms_card->mg_auth == 0) {
if ((buf[5] & 0xC0) != 0) {
Expand Down

0 comments on commit fb1859f

Please sign in to comment.