[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171120203125.nbtaeqpwk4zg6fxz@ninjato>
Date: Mon, 20 Nov 2017 21:31:25 +0100
From: Wolfram Sang <wsa@...-dreams.de>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Wolfram Sang <wsa+renesas@...g-engineering.com>,
linux-mmc@...r.kernel.org,
Simon Horman <simon.horman@...ronome.com>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>,
linux-kernel@...r.kernel.org, Ulf Hansson <ulf.hansson@...aro.org>
Subject: Re: [PATCH 1/6] mmc: renesas_sdhc: remove eprobe jump label
> - 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?
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists