[PATCH] sr_ioctl must return -EIO, not -EINVAL
We must return -EIO if the command fails (the 5/20/00 sense check is just helping return more sane info), not -EINVAL. Getting -EINVAL return on an ioctl if a command fails is less than helpful for applications...
Showing
Please register or sign in to comment