spi: sifive: Remove redundant dev_err call in sifive_spi_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Fri, 22 Feb 2019 05:46:32 +0000 (05:46 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 22 Feb 2019 15:17:58 +0000 (15:17 +0000)
commitdaad4d2a0a60b0b2879e66194100b43c41e96ca9
tree3e96a08410fdc74d64afb173c6fe0f24213804a2
parent049e5feae18fe07df0687dc14582f338dde3fb56
spi: sifive: Remove redundant dev_err call in sifive_spi_probe()

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

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-sifive.c