Re: [PATCH] net: caif: replace BUG_ON with recovery code

From: David Miller
Date: Mon Dec 16 2019 - 19:29:37 EST


From: Aditya Pakki <pakki001@xxxxxxx>
Date: Sun, 15 Dec 2019 11:51:30 -0600

> In caif_xmit, there is a crash if the ptr dev is NULL. However, by
> returning the error to the callers, the error can be handled. The
> patch fixes this issue.
>
> Signed-off-by: Aditya Pakki <pakki001@xxxxxxx>

Applied to net-next.