From: Sascha Hauer Date: Tue, 6 Oct 2009 07:18:17 +0000 (+0200) Subject: pcm970 mmc: Fix ro switch X-Git-Tag: v2.6.32-rc6~54^2~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90c31a3b70bcef915ffddacb8cbb4e63de33415;p=pandora-kernel.git pcm970 mmc: Fix ro switch We have to use mxc_gpio_mode() for the card detection pin instead of mxc_gpio_setup_multiple_pins() because the latter does a gpio_request() and thus a later gpio_request() fails. Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed