Re: [PATCH 1/6] mmc: renesas_sdhc: remove eprobe jump label

From: Wolfram Sang
Date: Mon Nov 20 2017 - 15:31:34 EST



> - ret = PTR_ERR(priv->clk);
> - dev_err(&pdev->dev, "cannot get clock: %d\n", ret);
> - goto eprobe;
> + dev_err(&pdev->dev, "cannot get clock\n");
> + return PTR_ERR(priv->clk);

Why dropping the 'ret' printout? Will it be printed by the core?

Attachment: signature.asc
Description: PGP signature