Commits
Tomi Valkeinen committed 5c2a392d574
drm/omap: tpd12s015: fix error handling 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>