Fix obvious mistake in pxa2xx i2s driver
authorVasily Khoruzhick <anarsoul@gmail.com>
Sun, 20 Feb 2011 19:23:59 +0000 (21:23 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 19:28:45 +0000 (20:28 +0100)
commitf9e1de30e72b6b152f9c7542a0dc69d3c66e4e1b
treed8d2816b0c4cfa86e1cb6d58c1bd2b62fc5fd9f6
parentcfe4e81e92ca5ca6fa736e93fce72a0b10ce86c9
Fix obvious mistake in pxa2xx i2s driver

RST bit is (1 << 4) bit, not (1 << 3), fix condition
that enables i2s if ENB is set and RST is not set.

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/pxa2xx.c