Hi Dan, > This code has an uninitialized variable warning: > > drivers/bluetooth/btmtkuart.c:184 mtk_hci_wmt_sync() > error: uninitialized symbol 'wc'. > > But it also has error paths which have memory leaks. > > Fixes: 8f550f55b155 ("Bluetooth: btmtkuart: rely on BT_MTK module") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > --- > drivers/bluetooth/btmtkuart.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel