]> git.baikalelectronics.ru Git - kernel.git/commit
iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 18 Feb 2019 06:57:35 +0000 (06:57 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 4 Apr 2019 19:19:40 +0000 (20:19 +0100)
commit7ec08dacd3d3f4d9e0c06eeba4e3e70cd712ba1d
treeb635d8f64c4f55c17fd1482df934398708b0399c
parent6a0e8357d7e25b96bccd42af3f9ef888475a4bec
iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_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: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ingenic-adc.c