commit | 3d6a87430e764cf4132710538139c10970929189 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Jan 11 09:52:44 2013 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 11 14:42:36 2013 +0100 |
tree | 9d470824874135f9945a0dbb3f5f68721b87d5f8 | |
parent | 152834694dcb90d3088bc77fa436755c66553929 [diff] |
dac960: return success instead of -ENOTTY There is a missing break statement here. This used to return directly but we re-worked it in 2008 to add locking as part of the BKL push down. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>