From: Alexandre Courbot Date: Thu, 23 Oct 2014 08:15:18 +0000 (+0900) Subject: ASoC: jack: update calls to gpiod_get*() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~123^2~20^2~16^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d647b081b5ef2193fd15910fbd103f483a5d15;p=pandora-kernel.git ASoC: jack: update calls to gpiod_get*() Add the new flags argument to calls of (devm_)gpiod_get*() and remove any direction setting code afterwards. Currently both forms (with or without the flags argument) are valid thanks to transitional macros in . These macros will be removed once all consumers are updated and the flags argument will become compulsary. Signed-off-by: Alexandre Courbot Signed-off-by: Mark Brown --- Reading git-diff-tree failed