Re: [PATCH v2] mmc: sdhci-msm: Warn about overclocking SD/MMC

From: Doug Anderson
Date: Thu Dec 10 2020 - 18:11:05 EST


Hi,

On Thu, Dec 10, 2020 at 1:19 PM Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> + pr_warn("%s: Card appears overclocked; req %u Hz, actual %d Hz\n",
> + mmc_hostname(host->mmc), clock, achieved_rate);

Ugh, multitasking too heavily. Clearly this is wrong format codes...
v3 coming shortly. Sorry for the spam.