commit | 615f22f58029aa747b12768985e7f91cd053daa2 | [log] [tgz] |
---|---|---|
author | Aditya Pakki <pakki001@umn.edu> | Tue Dec 17 14:43:00 2019 -0600 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 19 17:33:23 2019 -0800 |
tree | eb400c7346bab7b096faa5c553553397df76b728 | |
parent | a019739c1c32cbd07f62b1d84fa57620897464b1 [diff] |
nfc: s3fwrn5: replace the assertion with a WARN_ON In s3fwrn5_fw_recv_frame, if fw_info->rsp is not empty, the current code causes a crash via BUG_ON. However, s3fwrn5_fw_send_msg does not crash in such a scenario. The patch replaces the BUG_ON by returning the error to the callers and frees up skb. Signed-off-by: Aditya Pakki <pakki001@umn.edu> Signed-off-by: David S. Miller <davem@davemloft.net>