[ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resume
The PXA CKEN changes broken syspend/resume on the pxa27x. This patch corrects the problem and fixes another couple of bad references. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

orang tua
756813cac1
melakukan
1f750a782c
@@ -361,7 +361,7 @@ static int __devinit pxa2xx_ac97_probe(struct platform_device *dev)
|
||||
err:
|
||||
if (card)
|
||||
snd_card_free(card);
|
||||
if (CKEN & CKEN_AC97) {
|
||||
if (CKEN & (1 << CKEN_AC97)) {
|
||||
GCR |= GCR_ACLINK_OFF;
|
||||
free_irq(IRQ_AC97, NULL);
|
||||
pxa_set_cken(CKEN_AC97, 0);
|
||||
|
Reference in New Issue
Block a user