mirror of
https://github.com/torvalds/linux.git
synced 2026-04-25 10:02:31 -04:00
tpd12s015 driver is missing error value handling for gpio initialization, causing 0 to be returned as an error if gpiod_get_* fails. This may cause deferred probing to fail. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>