From: Adrian Bunk <[EMAIL PROTECTED]> This patch fixea a memleak spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> --- drivers/bluetooth/bpa10x.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak drivers/bluetooth/bpa10x.c --- a/drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak +++ a/drivers/bluetooth/bpa10x.c @@ -423,6 +423,7 @@ static int bpa10x_send_frame(struct sk_b break; default: + usb_free_urb(urb); return -EILSEQ; } _ -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html