From: Lars-Peter Clausen Date: Tue, 12 Apr 2011 17:31:04 +0000 (+0200) Subject: ASoC: JZ4740: qi_lb60: Use gpio_request_array to request and setup gpios X-Git-Tag: v3.0-rc1~347^2~1^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f0ede7c563497f6d7fef847a965d7fd63d86f9;p=pandora-kernel.git ASoC: JZ4740: qi_lb60: Use gpio_request_array to request and setup gpios This patch changes the qi_lb60 setup code to use gpio_request_array instead of manually calling gpio_request and gpio_direction_output for each gpio. Doing so makes the code a bit more compact. Signed-off-by: Lars-Peter Clausen Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed