]> asedeno.scripts.mit.edu Git - linux.git/commit
platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQs
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Fri, 29 Nov 2019 10:22:54 +0000 (11:22 +0100)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Tue, 10 Dec 2019 09:14:02 +0000 (10:14 +0100)
commita69b4eebe513b8fd8f73a4c4f053941e67045660
treea160716944f250b938521fc6887d9798cb935f60
parent205c9326fd86659fadbfd4da66ab35eb2770a331
platform/chrome: cros_ec_lpc: Use platform_get_irq_optional() for optional IRQs

As platform_get_irq() now prints an error when the interrupt does not
exist, use platform_get_irq_optional() to get the IRQ which is optional
to avoid below error message during probe:

  [    5.113502] cros_ec_lpcs GOOG0004:00: IRQ index 0 not found

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
drivers/platform/chrome/cros_ec_lpc.c