]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Apr 2018 12:27:37 +0000 (14:27 +0200)
commit3cde7e2ccec697b4b532438e3cbe997f93ed0bba
tree0da748a3d1648c28b468e0926005bc6bee783c99
parent29361c2576314a9afbe104f6b312b874fa35980a
mei: remove dev_err message on an unsupported ioctl

commit bb0829a741792b56c908d7745bc0b2b540293bcc upstream.

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>
drivers/misc/mei/main.c