mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
video: rockchip: mpp: when meet unknown cmd, not return error.
reason: when kernel version later than mpp which user space, then it will meet unknow cmd. however, it should not return error, and let it continue instead. Change-Id: I1209c27ef8de98f25b47700bc48dfcff305e0c0e Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
@@ -1110,7 +1110,6 @@ static int mpp_process_request(struct mpp_session *session,
|
||||
return mpp->dev_ops->ioctl(session, req);
|
||||
|
||||
mpp_debug(DEBUG_IOCTL, "unknown mpp ioctl cmd %x\n", req->cmd);
|
||||
return -ENOIOCTLCMD;
|
||||
} break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user