Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325045
b: refs/heads/master
c: effda72
h: refs/heads/master
i:
  325043: fc3e877
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent fdbcb57 commit d870e89
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7087f83c4d3356da13dbcd24c08ade1a5938b6ed
refs/heads/master: effda72de0cffbfe90de07786da7592b94e43fac
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rts_pstor/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3690,9 +3690,8 @@ int sd_pass_thru_mode(struct scsi_cmnd *srb, struct rtsx_chip *chip)
}

buf[5] = (1 == CHK_SD(sd_card)) ? 0x01 : 0x02;
if (chip->card_wp & SD_CARD) {
if (chip->card_wp & SD_CARD)
buf[5] |= 0x80;
}

buf[6] = (u8)(sd_card->sd_addr >> 16);
buf[7] = (u8)(sd_card->sd_addr >> 24);
Expand Down

0 comments on commit d870e89

Please sign in to comment.