Skip to content

Instantly share code, notes, and snippets.

--- "SocketCAN - Linux (V1.1.148.0)/usb-to-can_socketcan/ixx_usb_core.c" 2021-05-10 16:53:05.112543492 +0200
+++ "SocketCAN - Linux (V1.1.148.0)/usb-to-can_socketcan/ixx_usb_core.c" 2021-05-10 15:15:00.090856769 +0200
@@ -239,7 +239,7 @@
}
/* should always release echo skb and corresponding context */
- can_get_echo_skb(netdev, context->echo_index);
+ can_free_echo_skb(netdev, context->echo_index);
context->echo_index = IXXAT_USB_MAX_TX_URBS;