[PATCH -next] mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()
Boris Brezillon
boris.brezillon at free-electrons.com
Mon Jan 30 04:36:47 PST 2017
On Tue, 17 Jan 2017 14:22:46 +0000
Wei Yongjun <weiyj.lk at gmail.com> wrote:
> From: Wei Yongjun <weiyongjun1 at huawei.com>
>
> There is a error message within devm_ioremap_resource
> already, so remove the dev_err call to avoid redundant
> error message.
>
Applied.
Thanks,
Boris
> Signed-off-by: Wei Yongjun <weiyongjun1 at huawei.com>
> ---
> drivers/mtd/nand/mtk_nand.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/mtk_nand.c b/drivers/mtd/nand/mtk_nand.c
> index 6c3eed3..6c517c6 100644
> --- a/drivers/mtd/nand/mtk_nand.c
> +++ b/drivers/mtd/nand/mtk_nand.c
> @@ -1383,7 +1383,6 @@ static int mtk_nfc_probe(struct platform_device *pdev)
> nfc->regs = devm_ioremap_resource(dev, res);
> if (IS_ERR(nfc->regs)) {
> ret = PTR_ERR(nfc->regs);
> - dev_err(dev, "no nfi base\n");
> goto release_ecc;
> }
>
>
>
>
More information about the Linux-mediatek
mailing list