Re: [PATCH 4/4] net: ch9200: add error handling in ch9200_bind()

From: Markus Elfring
Date: Thu Mar 20 2025 - 10:09:53 EST



> Fix this by checking if any control_write() call fails and
> propagate the error to the caller.

Another wording suggestion:
Thus check if any control_write() call failed and propagate the error
to the caller.



Can it eventually be helpful to transform six control_write() calls
into a loop?

Regards,
Markus