]> git.baikalelectronics.ru Git - kernel.git/commit
spi: altera: Remove redundant dev_err call in dfl_spi_altera_probe()
authorZou Wei <zou_wei@huawei.com>
Tue, 11 May 2021 07:08:42 +0000 (15:08 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 11 May 2021 09:06:53 +0000 (10:06 +0100)
commit23dc24659ecde5db94d02157a7a34eb7d9dce841
tree5e645ee2c7f0678bbab15e7ef82d8c3221f39945
parentd0e2bb6636b8913c800c5f7f7079ff536b63a5c2
spi: altera: Remove redundant dev_err call in dfl_spi_altera_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: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1620716922-108572-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-altera-dfl.c