diff options
author | Wolfram Sang <[email protected]> | 2019-12-03 21:05:10 +0100 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2019-12-16 12:29:36 +0100 |
commit | e5088f20ed4057fd717449caadfd741dacb2cdc7 (patch) | |
tree | 8425d76ae7b4950bb48e75941699bd17c1f6677d | |
parent | 6e3cbb050b825e9003616ded9aa39957be20e77b (diff) |
mmc: renesas_sdhi: make warning more precise
The warning is not solely used for SDR104 anymore, but for all which
require tuning.
Signed-off-by: Wolfram Sang <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Yoshihiro Shimoda <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | drivers/mmc/host/renesas_sdhi_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c index 9950e33560b9..4094526c3dfd 100644 --- a/drivers/mmc/host/renesas_sdhi_core.c +++ b/drivers/mmc/host/renesas_sdhi_core.c @@ -813,7 +813,7 @@ int renesas_sdhi_probe(struct platform_device *pdev, } if (!hit) - dev_warn(&host->pdev->dev, "Unknown clock rate for SDR104\n"); + dev_warn(&host->pdev->dev, "Unknown clock rate for tuning\n"); host->init_tuning = renesas_sdhi_init_tuning; host->prepare_tuning = renesas_sdhi_prepare_tuning; |