]> asedeno.scripts.mit.edu Git - linux.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>
Wed, 14 Mar 2018 18:33:13 +0000 (19:33 +0100)
commitbb0829a741792b56c908d7745bc0b2b540293bcc
treee368f51de69aee86ab45a301df2c731ef0ed7d3c
parentaf336cabe08363ba8493e7d7e5d070353eb30caa
mei: remove dev_err message on an unsupported ioctl

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