commit | 76708ab83962732ba3191ce8a61d8410406c8358 | [log] [tgz] |
---|---|---|
author | Leo Chen <leochen@broadcom.com> | Thu Apr 01 19:13:19 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Apr 07 21:11:27 2010 +0100 |
tree | 92384c92cd430fb7f865f7db0f6bf5624549039d | |
parent | 0fdf86754f70e813845af4abaa805165ce57a0bb [diff] |
ARM: 6024/1: bcmring: fix missing down on semaphore in dma.c Added missing down on the memMap->lock semaphore. Also fixed a return statement so that we always exit with an up (i.e. early exit via return is not allowed) Signed-off-by: Leo Hao Chen <leochen@broadcom.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>