Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esas2r: don't bother with __copy_to_user()
sure, we'd done copy_from_user() on the same range, so we can skip access_ok()... and it's not worth bothering. Just use copy_to_user(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information