]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00162867 [MX6]Fix pm bug of error coding
authorAnson Huang <b20788@freescale.com>
Tue, 22 Nov 2011 10:26:57 +0000 (18:26 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:08 +0000 (14:10 +0200)
commit410e4567a137f42cd2ac1c9b730af5b08293c799
tree4fad2a3978e09bb823af0a94eafa2e912ad80a93
parentfe243c884fb3f1f8bdd7bf0c29266364dce74354
ENGR00162867 [MX6]Fix pm bug of error coding

Before suspend, we need to check whether there
is wakeup source's irq pending via GPC_ISR1~4,
previous coding checked for set of irq status
of GPC_ISR1, should be GPC_ISR1~4.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/pm.c