rtl8188eu: Fix smatch warning in core/rtw_xmit.c

Smatch displays the following:
  CHECK   /home/finger/rtl8188eu/core/rtw_xmit.c
/home/finger/rtl8188eu/core/rtw_xmit.c:1571 dequeue_one_xmitframe() info: ignoring unreachable code.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-09-05 22:25:22 -05:00
parent 3be2cff4fe
commit 96ba7d3cca

View file

@ -1567,8 +1567,6 @@ static struct xmit_frame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, str
ptxservq->qcnt--;
break;
pxmitframe = NULL;
}
return pxmitframe;