summaryrefslogtreecommitdiff
path: root/drivers/misc/cs5535-mfgpt.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-08-11 01:03:12 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-11 15:59:20 (GMT)
commite73790a57abc1320b3c3a94da43ae24359687d7c (patch)
tree10aafbf75687e9e0b07f2b892f208f2ab44db2c9 /drivers/misc/cs5535-mfgpt.c
parent7bb671e3d053226f870c333f701924986b39ee7f (diff)
downloadlinux-e73790a57abc1320b3c3a94da43ae24359687d7c.tar.xz
drivers/char/n_gsm.c: add missing spin_unlock_irqrestore
Add a spin_unlock_irqrestore missing on the error path. Converting the return to break leads to the spin_unlock_irqrestore at the end of the function. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E1; @@ * spin_lock_irqsave(E1,...); <+... when != E1 if (...) { ... when != E1 * return ...; } ...+> * spin_unlock_irqrestore(E1,...); // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: Alan Cox <alan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/cs5535-mfgpt.c')
0 files changed, 0 insertions, 0 deletions