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)
commit9dda2465472d2252c7172549606f246ec6823592
treed8d2816b0c4cfa86e1cb6d58c1bd2b62fc5fd9f6
parent582798b5c6c3ae0e53f099dc516a025b9d8589fd
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