Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325029
b: refs/heads/master
c: 30b717e
h: refs/heads/master
i:
  325027: 88ccdde
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 0a3462e commit 6c36e84
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: 9e80f375e07c4d823e749ba9791c04958acf7f6b
refs/heads/master: 30b717e205c7ab5c7df0e12cfeaad9eec69e3fcb
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 @@ -2040,9 +2040,8 @@ int sd_pull_ctl_enable(struct rtsx_chip *chip)
}

retval = rtsx_send_cmd(chip, SD_CARD, 100);
if (retval < 0) {
if (retval < 0)
TRACE_RET(chip, STATUS_FAIL);
}

return STATUS_SUCCESS;
}
Expand Down

0 comments on commit 6c36e84

Please sign in to comment.