OSDN Git Service

platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT
authorGuenter Roeck <linux@roeck-us.net>
Sat, 22 Aug 2020 15:08:55 +0000 (08:08 -0700)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 24 Aug 2020 09:37:34 +0000 (11:37 +0200)
commitb4e452b5e97dc70d529475168a37ad7394994b8b
treece984c367ec3ff307d28a9ae825c59da588454d3
parentd509f8a71aa0a5e6d92409d9f0b4eaa94615727d
platform/input: cros_ec: Replace -ENOTSUPP with -ENOPROTOOPT

-ENOTSUPP is not a SUSV4 error code and should not be used. Use
-ENOPROTOOPT instead to report EC_RES_INVALID_VERSION responses
from the EC. This matches match the NFS response for unsupported
protocol versions.

Cc: Gwendal Grignou <gwendal@chromium.org>
Cc: Yu-Hsuan Hsu <yuhsuan@chromium.org>
Cc: Prashant Malani <pmalani@chromium.org>
Cc: Brian Norris <briannorris@chromium.org>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
drivers/input/keyboard/cros_ec_keyb.c
drivers/platform/chrome/cros_ec_proto.c