commit | 6e7af45102994dca6941720c2207f081f8f26adc | [log] [tgz] |
---|---|---|
author | Keyur Patel <iamkeyur96@gmail.com> | Sat Mar 21 14:08:37 2020 -0400 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Mon Mar 23 09:27:17 2020 +0100 |
tree | f490369639cfd129cd94c40687f5de05dd701f46 | |
parent | c05a31f4d1de8f49f66f499e67da9c3d745c4f19 [diff] |
rtc: bd70528: Avoid double error messaging when IRQ absent Since the commit 7723f4c ("driver core: platform: Add an error message to platform_get_irq*()") platform_get_irq() started issuing an error message. Thus, there is no need to have the same in the driver. Signed-off-by: Keyur Patel <iamkeyur96@gmail.com> Link: https://lore.kernel.org/r/20200321180838.12729-1-iamkeyur96@gmail.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>