commit | c5dea815834c7d2e9fc633785455bc428b7a1956 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Sun Dec 15 11:51:30 2019 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 16 16:29:05 2019 -0800 |
tree | 2c08e289a64bad2408aac3b508e1599785161ec6 | |
parent | bbd20c939c8aa3f27fa30e86691af250bf92973a [diff] |
net: caif: replace BUG_ON with recovery code 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@umn.edu> Signed-off-by: David S. Miller <davem@davemloft.net>