Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325024
b: refs/heads/master
c: 1b0ecf7
h: refs/heads/master
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent 7511919 commit 6bae7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 25a52911a90838cc37b8eda092bed42381317791
refs/heads/master: 1b0ecf7f6c9e357e58a5ee6a5f9e98d13341602c
6 changes: 2 additions & 4 deletions trunk/drivers/staging/rts_pstor/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1829,14 +1829,12 @@ static int sd_sdr_tuning(struct rtsx_chip *chip)
int retval;

retval = sd_tuning_tx(chip);
if (retval != STATUS_SUCCESS) {
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, STATUS_FAIL);
}

retval = sd_tuning_rx(chip);
if (retval != STATUS_SUCCESS) {
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, STATUS_FAIL);
}

return STATUS_SUCCESS;
}
Expand Down

0 comments on commit 6bae7dc

Please sign in to comment.