From: Robert Jarzmik Date: Mon, 17 Nov 2008 19:29:04 +0000 (+0100) Subject: [ARM] pxa/MioA701: bluetooth resume fix X-Git-Tag: v2.6.28-rc7~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844c6f6a36984c5fe1bcc2d68a88f2ed212d1eef;p=pandora-kernel.git [ARM] pxa/MioA701: bluetooth resume fix The G3IPL expects the value at RAM address 0xa020b020 to be exactly 1 to setup the bluetooth GPIOs properly. The actual code got a value from gpio_get_value() which was not 1, but a "not equal to 0" integer. Signed-off-by: Robert Jarzmik Acked-by: Russell King Signed-off-by: Eric Miao --- Reading git-diff-tree failed