iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()
authorCheng Ziqiu <chengziqiu@hust.edu.cn>
Tue, 14 Mar 2023 07:01:30 +0000 (15:01 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 18 Mar 2023 16:06:31 +0000 (16:06 +0000)
commitfb37fdd02856e45e78209d32522029c9f77fe7b7
tree5c7a325a137bcfcc0b9e8cfc305e2aa36c93bc8f
parent30da26eacea6867353f7aa2c18f37a0a0fa82af4
iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()

From the comment of platform_get_irq(), it only returns non-zero IRQ
number and negative error number, other than zero.

Fix this by removing the if condition.

Signed-off-by: Cheng Ziqiu <chengziqiu@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20230314070130.60581-1-chengziqiu@hust.edu.cn
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/at91-sama5d2_adc.c