mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
The code did not check the return value of usbnet_get_endpoints. Add checks and return the error if it fails to transfer the error. Found via static anlaysis and this is similar to commit07161b2416("sr9800: Add check for usbnet_get_endpoints"). Fixes:933a27d39e("USB: asix - Add AX88178 support and many other changes") Fixes:2e55cc7210("[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters") Cc: stable@vger.kernel.org Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Link: https://patch.msgid.link/20251026164318.57624-1-linmq006@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>