commit | 8f9064a8a3b9f0dfd53bb0dfb3bbbfb457dda4bb | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Apr 20 14:46:27 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 20 08:32:45 2012 -0700 |
tree | 34ce202591fd9ac150ccbf79acea3c9cce2c0cbb | |
parent | 3fb95e564e535a1614f7cea1ac194f312eb0d2b8 [diff] |
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>