staging: comedi vmk80xx: lock held on error path
commit8f9064a8a3b9f0dfd53bb0dfb3bbbfb457dda4bb
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Apr 2012 11:46:27 +0000 (20 14:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Apr 2012 15:32:45 +0000 (20 08:32 -0700)
tree34ce202591fd9ac150ccbf79acea3c9cce2c0cbb
parent3fb95e564e535a1614f7cea1ac194f312eb0d2b8
staging: comedi vmk80xx: lock held on error path

If the user passes an invalid command, then we don't drop the lock
before returning.  The check for invalid commands doesn't need to be
done under lock so I moved it forward a couple lines.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/vmk80xx.c