Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317166
b: refs/heads/master
c: 3fe192d
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent e1ca558 commit afea8b7
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 8a7245ea2c48641257ff149569b56650d0cfc99c
refs/heads/master: 3fe192d8e0c99ca3b96573cdc7cc03cfcf935f74
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts_pstor/ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -2488,7 +2488,7 @@ int reset_ms_card(struct rtsx_chip *chip)

if (!CHK_MSPRO(ms_card)) {
/* Build table for the last segment,
* to check if L2P talbe block exist,erasing it
* to check if L2P table block exists, erasing it
*/
retval = ms_build_l2p_tbl(chip, ms_card->total_block / 512 - 1);
if (retval != STATUS_SUCCESS) {
Expand Down
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 @@ -1169,7 +1169,7 @@ static int sd_check_switch_mode(struct rtsx_chip *chip, u8 mode,
RTSX_DEBUGP("func_group4_mask = 0x%02x\n", buf[0x07]);
} else {
/* Maximum current consumption, check whether current is acceptable;
* bit[511:496] = 0x0000 means some error happaned.
* bit[511:496] = 0x0000 means some error happened.
*/
u16 cc = ((u16)buf[0] << 8) | buf[1];
RTSX_DEBUGP("Maximum current consumption: %dmA\n", cc);
Expand Down

0 comments on commit afea8b7

Please sign in to comment.