commit | a33c380ef59353e550e852c82395306cf83cc7c0 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Fri Jun 12 09:04:55 2015 +0200 |
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Mon Jul 06 10:10:22 2015 +0200 |
tree | 36c7b81ea9cc21d2672352d28b4185b1bd2607cd | |
parent | 7d891dbee52e0a843ee7724ad4100675cf2fe24c [diff] |
media: i2c/adp1653: set enable gpio to output Without setting the direction of a gpio to output a call to gpiod_set_value doesn't have a defined outcome. Furthermore this is one caller less that stops us making the flags argument to gpiod_get*() mandatory. Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>