Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318030
b: refs/heads/master
c: 39d48bb
h: refs/heads/master
v: v3
  • Loading branch information
Erik Jones authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 8d99036 commit f376b16
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8405f041adfeabb137d81a624b70ff35a803c53c
refs/heads/master: 39d48bb0607f1c8ac4c57ddba534a402f4fc91e7
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rts5139/rts51x_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,12 @@ static void card_cd_debounce(struct rts51x_chip *chip, u8 *need_reset,
release_map |= MS_CARD;
}
} else {
if (chip->card_status & XD_CD) {
if (chip->card_status & XD_CD)
reset_map |= XD_CARD;
} else if (chip->card_status & SD_CD) {
else if (chip->card_status & SD_CD)
reset_map |= SD_CARD;
} else if (chip->card_status & MS_CD) {
else if (chip->card_status & MS_CD)
reset_map |= MS_CARD;
}
}

if (CHECK_PKG(chip, QFN24) && reset_map) {
Expand Down

0 comments on commit f376b16

Please sign in to comment.