commit | 5c2a392d574231793a156bff4d4391b3c1ba11c5 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Nov 22 10:11:07 2016 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Dec 08 13:42:58 2016 +0200 |
tree | fac871638cc6235a1fc478341e21084adf3cf00a | |
parent | e43f2c3395fd36ec9f8d069af07bcd3eae5fde17 [diff] |
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>