staging: comedi: ni_labpc: unlock spinlock on command error
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 5 Jun 2012 18:12:18 +0000 (11:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jun 2012 23:54:29 +0000 (16:54 -0700)
commit513e48f90a9d092ffcf8301b6ed10a8d8a5ebe77
treedfbd43b0061da340f45385c0766197a68b18901a
parent72fd9facfb697d5f7b61958bb10efaabbd8461eb
staging: comedi: ni_labpc: unlock spinlock on command error

When starting the acquisition the labpc_ai_cmd function was
exiting without unlocking the spinlock. This results in a
sparse warning:

warning: context imbalance in 'labpc_ai_cmd' - different lock contexts for basic block

Add the missing spin_unlock_irqrestore calls.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_labpc.c
This page took 0.02577 seconds and 5 git commands to generate.