Re: [PATCH v3 0/2] mmc: sdhci-of-dwcmshc: minor cleanups
From: Ulf Hansson
Date: Fri May 29 2026 - 10:55:08 EST
On Fri, May 22, 2026 at 9:31 AM Artem Shimko <a.shimko.dev@xxxxxxxxx> wrote:
>
> Hi,
>
> This series introduces two non-functional cleanups for the Synopsys
> DWC MSHC driver.
>
> Patch 1 removes redundant IS_ERR() checks for bus_clk in suspend/resume
> paths where the called functions already have internal protection.
>
> Patch 2 converts error handling in probe paths to use dev_err_probe()
> macro for more compact code and better deferred probe debugging.
>
> --
> Best regards,
> Artem
> ---
> ChangeLog:
> v1:
> * https://lore.kernel.org/all/20260518110034.142587-1-a.shimko.dev@xxxxxxxxx/T/#t
> v2:
> * https://lore.kernel.org/all/20260521083506.356422-1-a.shimko.dev@xxxxxxxxx/T/#t
> v3:
> * Drop fsleep() patch to keep initial delay/sleep values
>
> Artem Shimko (2):
> mmc: sdhci-of-dwcmshc: remove redundant IS_ERR() check
> mmc: sdhci-of-dwcmshc: use dev_err_probe() to simplify error paths
>
> drivers/mmc/host/sdhci-of-dwcmshc.c | 36 +++++++++++------------------
> 1 file changed, 13 insertions(+), 23 deletions(-)
>
> --
> 2.43.0
The series applied for next, thanks!
Kind regards
Uffe