summaryrefslogtreecommitdiff
path: root/drivers/usb/host/isp116x-hcd.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-04-28 01:05:20 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-30 20:20:34 +0400
commitc61fae964a5ee04c4e4a01caecaf778c2e26e589 (patch)
tree428b757db833d033256f6e36d287d424336550fd /drivers/usb/host/isp116x-hcd.c
parentd9901660b53b92f0f3551c06588b8be38224b245 (diff)
downloadlinux-c61fae964a5ee04c4e4a01caecaf778c2e26e589.tar.xz
serial: drivers/serial/pmac_zilog.c: add missing unlock
In an error handling case the lock is not unlocked. A simplified version of the semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r exists@ expression E1; identifier f; @@ f (...) { <+... * spin_lock_irqsave (E1,...); ... when != E1 * return ...; ...+> } // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
0 files changed, 0 insertions, 0 deletions