Re: [PATCH] staging: rtl8712: add error handling for register_netdev

From: Dan Carpenter
Date: Tue Jun 12 2018 - 07:34:52 EST


On Tue, Jun 12, 2018 at 11:18:43AM +0800, Zhouyang Jia wrote:
> When register_netdev fails, the lack of error-handling code may
> cause unexpected results.
>
> This patch adds error-handling code after calling register_netdev.
>

It doesn't add any error handling. It just adds an error message.

The error handling does look sort of messed up, but this isn't a useful
patch.

regards,
dan carpenter