iio: imx7d_adc: Remove unneeded error message
authorFabio Estevam <festevam@gmail.com>
Mon, 3 Jun 2019 19:34:30 +0000 (16:34 -0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Jun 2019 20:06:44 +0000 (21:06 +0100)
commitfe93116459717eb363713b2e272006a46e914733
tree00fa75fff6f0f6d7ae57cd2678d9194624da1cc8
parent677f16813a9245d02247d1379c8c535e361b7d0b
iio: imx7d_adc: Remove unneeded error message

In case of ioremap failure, the core code will take care of printing
the error message, so there is no need for having a local error
message in the driver.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/imx7d_adc.c