OSDN Git Service

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 10:12:57 +0000 (12:12 +0200)
commit666dc4c8378f77b9815fd8b317339f22025bcc3c
treeca437904f29c42dcf2812a5e979928d6a2cb8373
parentf213d151e8927d3486a0a21e7031179a358e52bf
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