dac960: return success instead of -ENOTTY
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Jan 2013 06:52:44 +0000 (09:52 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Jan 2013 13:42:36 +0000 (14:42 +0100)
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>

No differences found