]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:31 +0000 (08:33 +0200)
commit5416d10c6677ee844239d3fd024594200986e3e5
tree4fad2a3978e09bb823af0a94eafa2e912ad80a93
parent2bb0ef26279cfc000d1337ca17b606bb4e85be86
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