omap: iovmm: Add missing mutex_unlock
authorDaniel Walker <dwalker@fifo99.com>
Mon, 5 Oct 2009 20:31:45 +0000 (13:31 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Oct 2009 15:31:50 +0000 (08:31 -0700)
commit265489003c463f3d78d622fba60d56d16b3009dd
tree488aec61086cf601a2dcea50e1a189ba7b335215
parentba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a
omap: iovmm: Add missing mutex_unlock

I was using Coccinelle with the mutex_unlock semantic patch, and it
unconvered this problem. It appears to be a valid missing unlock issue.
This change should correct it by moving the unlock below the label.

This patch is against the mainline kernel.

Cc: Julia Lawall <julia@diku.dk>
Cc: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/iovmm.c