From: Uwe Kleine-König Date: Mon, 6 Jul 2015 09:09:49 +0000 (+0200) Subject: usb: pass flags parameter to gpiod_get functions X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88167fc0b22aac0fe7b9c4fadf9c251a9f864f32;p=pandora-kernel.git usb: pass flags parameter to gpiod_get functions 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. Currently this parameter is made optional with the help of a cpp trick. To allow dropping this hack convert callers to explictly pass a value for flags. Acked-by: Felipe Balbi Acked-by: Robert Jarzmik Signed-off-by: Uwe Kleine-König Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed