Hi Yue, > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/bluetooth/hci_qca.c: In function 'qca_controller_memdump': > drivers/bluetooth/hci_qca.c:980:6: warning: > variable 'opcode' set but not used [-Wunused-but-set-variable] > > It is never used since commit d841502c79e3 ("Bluetooth: hci_qca: Collect > controller memory dump during SSR"), so remove it. > > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> > --- > drivers/bluetooth/hci_qca.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel