Skip to content

Commit

Permalink
[rpi03] sd: report clock speed in SD card initialisation failure message
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
  • Loading branch information
nomis committed Jan 4, 2013
1 parent 4e39546 commit c641516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/mmc/core/sd.c
Expand Up @@ -1237,8 +1237,8 @@ int mmc_attach_sd(struct mmc_host *host)
err:
mmc_detach_bus(host);

pr_err("%s: error %d whilst initialising SD card\n",
mmc_hostname(host), err);
pr_err("%s: error %d whilst initialising SD card at %uHz\n",
mmc_hostname(host), err, host->ios.clock);

return err;
}
Expand Down

0 comments on commit c641516

Please sign in to comment.