ARM: samsung: Omit superfluous error message in s3c_adc_probe()
authorTang Bin <tangbin@cmss.chinamobile.com>
Sun, 19 Apr 2020 07:05:41 +0000 (15:05 +0800)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 21 Apr 2020 09:35:00 +0000 (11:35 +0200)
commitee9a71ad25549d28c26542d93270071e9a269408
tree89b28dded9c4e0fce099b0581f178c8e596a5341
parent778627c78f01c6a05abb1211f3e3d763c236506c
ARM: samsung: Omit superfluous error message in s3c_adc_probe()

In the function s3c_adc_probe(), when get irq failed, the function
platform_get_irq() logs an error message, so remove redundant
message here.

Signed-off-by: Shengju Zhang <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/plat-samsung/adc.c