mtd: rawnand: hisi504: Remove redundant dev_err call in probe
authorWei Li <liwei391@huawei.com>
Wed, 7 Apr 2021 10:05:26 +0000 (18:05 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 10 May 2021 08:34:23 +0000 (10:34 +0200)
commit03299d054047c32d864abe2e640533c55acda6c7
treee2eb81b9c003516a1ada70485d63e62d3099372e
parent6efb943b8616ec53a5e444193dccf1af9ad627b5
mtd: rawnand: hisi504: Remove redundant dev_err call in probe

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Li <liwei391@huawei.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210407100526.3278741-1-liwei391@huawei.com
drivers/mtd/nand/raw/hisi504_nand.c