Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325050
b: refs/heads/master
c: 00e9c10
h: refs/heads/master
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent d2e4087 commit 9eea417
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: e0e762536d7d1b15adbbdeefe820decd3aa24b56
refs/heads/master: 00e9c108a66482d833ff45303ea85fe20914279a
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 @@ -4452,9 +4452,8 @@ int sd_hw_rst(struct scsi_cmnd *srb, struct rtsx_chip *chip)
switch (srb->cmnd[1] & 0x0F) {
case 0:
#ifdef SUPPORT_SD_LOCK
if (0x64 == srb->cmnd[9]) {
if (0x64 == srb->cmnd[9])
sd_card->sd_lock_status |= SD_SDR_RST;
}
#endif
retval = reset_sd_card(chip);
if (retval != STATUS_SUCCESS) {
Expand Down

0 comments on commit 9eea417

Please sign in to comment.