Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d6a8743 authored by Dan Carpenter's avatar Dan Carpenter Committed by Jens Axboe
Browse files

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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 15283469
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7054,6 +7054,7 @@ static long DAC960_gam_ioctl(struct file *file, unsigned int Request,
	else
		ErrorCode =  0;
      }
      break;
      default:
	ErrorCode = -ENOTTY;
    }