Re: [PATCH] net: can: esd_usb2: fix memory leak on disconnect
sd_usb2.c > @@ -1143,6 +1143,7 @@ static void esd_usb2_disconnect(struct usb_interface > *intf) > } > } > unlink_all_urbs(dev); > + kfree(dev); > } > } > > thanks for pointing this out. Marc, can you p
[PATCH] serial: support for new board
Hi, this patch adds support for the CPCI-ASIO4 quad port CompactPCI UART board from electronic system design gmbh. I hope this patch does not molder because the serial code is currently an orphan. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> ---