]> asedeno.scripts.mit.edu Git - linux.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)
commit76838a8f2973f632a1759fe169e1e77a39bc5aa3
treeb635d8f64c4f55c17fd1482df934398708b0399c
parent6b079a807b368dc0b6ccafb8654329c72e0812a5
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