Skip to content

Commit d3fb4f8

Browse files
committed
Merge pull request #219 from technion/rpi-3.6.y
Changed wording on logging.
2 parents e3f09be + b830b1a commit d3fb4f8

File tree

1 file changed

+2
-2
lines changed
  • drivers/mmc/core

1 file changed

+2
-2
lines changed

drivers/mmc/core/sd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ static int mmc_read_scr(struct mmc_card *card)
238238

239239
err = mmc_app_send_scr(card, card->raw_scr);
240240
if( !err )
241-
break; // sucess!!!
241+
break; // success!!!
242242

243243
touch_nmi_watchdog(); // we are still alive!
244244

@@ -320,7 +320,7 @@ static int mmc_read_ssr(struct mmc_card *card)
320320

321321
if( tries > 1 )
322322
{
323-
pr_info("%s: could read SD Status register (SSR) at the %dth attempt\n", mmc_hostname(card->host), tries );
323+
pr_info("%s: read SD Status register (SSR) after %d attempts\n", mmc_hostname(card->host), tries );
324324
}
325325

326326
for (i = 0; i < 16; i++)

0 commit comments

Comments
 (0)