From: Uwe Kleine-König Date: Fri, 12 Jun 2015 07:04:55 +0000 (+0200) Subject: media: i2c/adp1653: set enable gpio to output X-Git-Tag: omap-for-v4.3/fixes-rc1~96^2~40^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33c380ef59353e550e852c82395306cf83cc7c0;p=pandora-kernel.git 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 Acked-by: Pavel Machek Signed-off-by: Uwe Kleine-König --- Reading git-diff-tree failed