On Sun, May 24, 2020 at 12:12:41AM +0100, Malcolm Priestley wrote: > drivers/staging/vt6656/rxtx.c:729 vnt_beacon_xmit() > warn: struct type mismatch 'vnt_beacon_buffer vs vnt_tx_usb_header' > > Since the only part of vnt_beacon_buffer is used remove and > replace it with vnt_tx_usb_header. > > Fixes: 9deca1e3e2b6 ("staging: vt6656: vnt_beacon_xmit use extra_tx_headroom.") It's not really a bug fix. It's just a cleanup. But whatever... > Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> Reviewed-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks! regards, dan carpenter