Re: [PATCH -next] mmc: sdhci-st: Remove unnecessary error log

2021-04-12 Thread Ulf Hansson
On Fri, 9 Apr 2021 at 04:28, Laibin Qiu wrote: > > devm_ioremap_resource() has recorded error log, so it's > unnecessary to record log again. > > Reported-by: Hulk Robot > Signed-off-by: Laibin Qiu Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-st.c | 4 +--- >

Re: [PATCH -next] mmc: sdhci-st: Remove unnecessary error log

2021-04-09 Thread Patrice CHOTARD
Hi Laibin On 4/9/21 4:38 AM, Laibin Qiu wrote: > devm_ioremap_resource() has recorded error log, so it's > unnecessary to record log again. > > Reported-by: Hulk Robot > Signed-off-by: Laibin Qiu > --- > drivers/mmc/host/sdhci-st.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >

[PATCH -next] mmc: sdhci-st: Remove unnecessary error log

2021-04-08 Thread Laibin Qiu
devm_ioremap_resource() has recorded error log, so it's unnecessary to record log again. Reported-by: Hulk Robot Signed-off-by: Laibin Qiu --- drivers/mmc/host/sdhci-st.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mmc/host/sdhci-st.c