Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324704
b: refs/heads/master
c: 0ff15d5
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 1ea12a9 commit ed15b17
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: 1e0fdfc2080015abf10a940de9a78a2748205f89
refs/heads/master: 0ff15d54161cc0e57fed79de1b5731c81225d668
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/rtsx_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2482,7 +2482,7 @@ static int spi_vendor_cmd(struct scsi_cmnd *srb, struct rtsx_chip *chip)
unsigned int lun = SCSI_LUN(srb);
u8 gpio_dir;

if (CHECK_PID(chip, 0x5208) && CHECK_PID(chip, 0x5288)) {
if (CHECK_PID(chip, 0x5208) || CHECK_PID(chip, 0x5288)) {
set_sense_type(chip, lun, SENSE_TYPE_MEDIA_INVALID_CMD_FIELD);
TRACE_RET(chip, TRANSPORT_FAILED);
}
Expand Down

0 comments on commit ed15b17

Please sign in to comment.