Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253336
b: refs/heads/master
c: cddac88
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Kaiser authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent f659753 commit fdb1044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 827e4a07e8d0f6cf18e82988ae8daea3b5feab98
refs/heads/master: cddac88f437b0370d3c0ac4c0b2d6c1ff914522d
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/sd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ static int reset_sd(struct rtsx_chip *chip)

retval = sd_send_cmd_get_rsp(chip, IO_SEND_OP_COND, 0, SD_RSP_TYPE_R4, rsp, 5);
if (retval == STATUS_SUCCESS) {
int func_num = (rsp[1] >> 4) && 0x07;
int func_num = (rsp[1] >> 4) & 0x07;
if (func_num) {
RTSX_DEBUGP("SD_IO card (Function number: %d)!\n", func_num);
chip->sd_io = 1;
Expand Down

0 comments on commit fdb1044

Please sign in to comment.