Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325039
b: refs/heads/master
c: 629ec90
h: refs/heads/master
i:
  325037: f8759d0
  325035: e6b858e
  325031: 1f77d78
  325023: 7511919
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent cbf9f86 commit 9a2923e
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: 0c0276a6f2864914c4f72757222037ae7caca483
refs/heads/master: 629ec906db57eb339766c9018e2fc42dc5329fc5
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 @@ -3106,9 +3106,8 @@ static int wait_data_buf_ready(struct rtsx_chip *chip)

retval = sd_send_cmd_get_rsp(chip, SEND_STATUS,
sd_card->sd_addr, SD_RSP_TYPE_R1, NULL, 0);
if (retval != STATUS_SUCCESS) {
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, STATUS_FAIL);
}

if (sd_card->sd_data_buf_ready) {
return sd_send_cmd_get_rsp(chip, SEND_STATUS,
Expand Down

0 comments on commit 9a2923e

Please sign in to comment.