drivers/bluetooth/bpa10x.c: fix memleak

This patch fixea a memleak spotted by the Coverity checker.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Adrian Bunk and committed by David S. Miller cb7cd429 91f5cca3

+1
+1
drivers/bluetooth/bpa10x.c
··· 423 423 break; 424 424 425 425 default: 426 + usb_free_urb(urb); 426 427 return -EILSEQ; 427 428 } 428 429