[ARM] pxa/MioA701: bluetooth resume fix
authorRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 17 Nov 2008 19:29:04 +0000 (20:29 +0100)
committerEric Miao <eric.miao@marvell.com>
Sat, 22 Nov 2008 12:57:21 +0000 (20:57 +0800)
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 <robert.jarzmik@free.fr>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Eric Miao <eric.miao@marvell.com>

No differences found