From: Uwe Kleine-König Date: Mon, 2 Mar 2015 07:00:44 +0000 (-0300) Subject: [media] media: adv7604: improve usage of gpiod API X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269bd1324fbfaa52832bb3efe9f5105c9146a33a;p=pandora-kernel.git [media] media: adv7604: improve usage of gpiod API Since 39b2bbe3d715 (gpio: add flags argument to gpiod_get*() functions) which appeared in v3.17-rc1, the gpiod_get* functions take an additional parameter that allows to specify direction and initial value for output. Simplify accordingly. Moreover use devm_gpiod_get_index_optional instead of devm_gpiod_get_index with ignoring all errors. Signed-off-by: Uwe Kleine-König Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed