Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325015
b: refs/heads/master
c: 79da2c5
h: refs/heads/master
i:
  325013: 46b31e9
  325011: 4f4d131
  325007: 32b74eb
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent ee7a7aa commit 08fd659
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: 07d1aeace9eedc4e24b928796a4640493df295bd
refs/heads/master: 79da2c59aa91930b6a3dd36e7cf948fc27f22940
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 @@ -1398,9 +1398,8 @@ static int sd_sdr_tuning_rx_cmd(struct rtsx_chip *chip, u8 sample_point)
u8 cmd[5];

retval = sd_change_phase(chip, sample_point, TUNE_RX);
if (retval != STATUS_SUCCESS) {
if (retval != STATUS_SUCCESS)
TRACE_RET(chip, STATUS_FAIL);
}

cmd[0] = 0x40 | SEND_TUNING_PATTERN;
cmd[1] = 0;
Expand Down

0 comments on commit 08fd659

Please sign in to comment.