diff options
author | Hangyu Hua <[email protected]> | 2022-02-28 16:36:39 +0800 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2022-03-31 09:55:27 +0200 |
commit | c70222752228a62135cee3409dccefd494a24646 (patch) | |
tree | 9c650033daf8b280c01a88d81f7959e9b2a11908 /net/unix/af_unix.c | |
parent | 2e8e79c416aae1de224c0f1860f2e3350fa171f8 (diff) |
can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
There is no need to call dev_kfree_skb() when usb_submit_urb() fails
beacause can_put_echo_skb() deletes the original skb and
can_free_echo_skb() deletes the cloned skb.
Link: https://lore.kernel.org/all/[email protected]
Fixes: 702171adeed3 ("ems_usb: Added support for EMS CPC-USB/ARM7 CAN/USB interface")
Cc: [email protected]
Cc: Sebastian Haas <[email protected]>
Signed-off-by: Hangyu Hua <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions