android_kernel_samsung_sm8650/drivers/platform/surface
Francesco Dolcini f5e6958919 platform/surface: aggregator: fix recv_buf() return value
commit c8820c92caf0770bec976b01fa9e82bb993c5865 upstream.

Serdev recv_buf() callback is supposed to return the amount of bytes
consumed, therefore an int in between 0 and count.

Do not return negative number in case of issue, when
ssam_controller_receive_buf() returns ESHUTDOWN just returns 0, e.g. no
bytes consumed, this keep the exact same behavior as it was before.

This fixes a potential WARN in serdev-ttyport.c:ttyport_receive_buf().

Fixes: c167b9c7e3 ("platform/surface: Add Surface Aggregator subsystem")
Cc: stable@vger.kernel.org
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20231128194935.11350-1-francesco@dolcini.it
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-12-13 18:39:20 +01:00
..
aggregator platform/surface: aggregator: fix recv_buf() return value 2023-12-13 18:39:20 +01:00
Kconfig platform/surface: aggregator: Move subsystem hub drivers to their own module 2022-07-02 11:23:25 +02:00
Makefile platform/surface: aggregator: Move subsystem hub drivers to their own module 2022-07-02 11:23:25 +02:00
surface3_power.c platform-drivers-x86 for v6.1-1 2022-10-05 10:38:24 -07:00
surface3-wmi.c platform/surface: surface3-wmi: Simplify resource management 2022-02-03 11:56:04 +01:00
surface_acpi_notify.c platform/surface: Split memcpy() of struct ssam_event flexible array 2022-09-27 15:14:53 +02:00
surface_aggregator_cdev.c platform/surface: Update copyright year of various drivers 2022-07-02 11:23:30 +02:00
surface_aggregator_hub.c platform/surface: aggregator: Move subsystem hub drivers to their own module 2022-07-02 11:23:25 +02:00
surface_aggregator_registry.c platform/surface: aggregator_registry: Add support for Surface Laptop 5 2022-11-16 08:43:36 +01:00
surface_aggregator_tabletsw.c platform/surface: aggregator_tabletsw: Add support for book mode in KIP subsystem 2023-06-14 11:15:15 +02:00
surface_dtx.c platform/surface: Update copyright year of various drivers 2022-07-02 11:23:30 +02:00
surface_gpe.c platform/surface: gpe: Add support for 13" Intel version of Surface Laptop 4 2022-07-28 20:40:40 +02:00
surface_hotplug.c platform/surface: Update copyright year of various drivers 2022-07-02 11:23:30 +02:00
surface_platform_profile.c platform/surface: platform_profile: Propagate error if profile registration fails 2023-10-25 12:03:15 +02:00
surfacepro3_button.c platform: x86: ACPI: Get rid of ACPICA message printing 2021-03-08 11:33:39 +01:00