On Tue, Jan 21, 2025 at 01:00:26AM +0800, Wentao Liang wrote: > In qmi_wwan_bind(), usbnet_get_ethernet_addr() is called > without error handling, risking unnoticed failures and > inconsistent behavior compared to other parts of the code. > > Fix this issue by adding an error handling for the > usbnet_get_ethernet_addr(), improving code robustness. > > Fixes: 423ce8caab7e ("net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devices") > Signed-off-by: Wentao Liang <vulab@xxxxxxxxxxx> Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>