On 2019-02-21 00:57, lorenzo@xxxxxxxxxx wrote: > From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > > Fix following static checker warning in mt76u_buf_free: > drivers/net/wireless/mediatek/mt76/usb.c:372 mt76u_buf_free() > warn: address of 'urb->sg[i]' is non-NULL > > There is no need to check sg page pointer since urb->num_sgs > has been already validated in mt76u_fill_rx_sg > > Fixes: cb83585e1121 ("mt76: usb: fix possible memory leak in mt76u_buf_free") > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> Applied, thanks. - Felix