]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mei: remove dev_err message on an unsupported ioctl
authorColin Ian King <colin.king@canonical.com>
Tue, 27 Feb 2018 16:21:05 +0000 (16:21 +0000)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:33:57 +0000 (21:33 -0400)
commitd0cab485b2104e2a99104dfeea1674759b34c86b
treec8978005f2c710c259908dec4a6134fde4018386
parent98abd9a854f296b8bcc4a108ed91b07bf6d1918c
mei: remove dev_err message on an unsupported ioctl

[ Upstream commit bb0829a741792b56c908d7745bc0b2b540293bcc ]

Currently the driver spams the kernel log on unsupported ioctls which is
unnecessary as the ioctl returns -ENOIOCTLCMD to indicate this anyway.
I suspect this was originally for debugging purposes but it really is not
required so remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
drivers/misc/mei/main.c