]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: ti_am335x_tscadc: Delete superfluous error message
authorTang Bin <tangbin@cmss.chinamobile.com>
Wed, 11 Aug 2021 12:19:34 +0000 (20:19 +0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 16 Aug 2021 13:03:22 +0000 (14:03 +0100)
commit791728b057ed3c817b9c15efe372b1fcf0c0e719
tree912eb372db0878c5b44e1eb720402ed4df3f8589
parent9f4414db5e43c75f59193c772ae793a8c12d7346
mfd: ti_am335x_tscadc: Delete superfluous error message

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

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ti_am335x_tscadc.c