Re: [PATCH 3/4] net: ch9200: improve error handling in get_mac_address()

From: Markus Elfring
Date: Thu Mar 20 2025 - 09:39:27 EST


> The get_mac_address() function has an issue where it does not
> directly check the return value of each control_read(), instead
> it sums up the return values and checks them all at the end
> which means if any call to control_read() fails the function just
> continues on.


How does such a change description fit to the additional adjustment
of the implementation for the function “ch9200_bind”?
Would another update step become relevant here?

Regards,
Markus