From: Larry Finger Date: Wed, 4 Sep 2013 20:56:11 +0000 (-0500) Subject: staging: r8188eu: Fix smatch warning in rtl8188eu/core/rtw_xmit.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~708 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da6c37392c92efdda7b887c7e85a33324e7e5eda;p=pandora-kernel.git staging: r8188eu: Fix smatch warning in rtl8188eu/core/rtw_xmit.c Smatch reports the following: CHECK drivers/staging/rtl8188eu/core/rtw_xmit.c drivers/staging/rtl8188eu/core/rtw_xmit.c:1570 dequeue_one_xmitframe() info: ignoring unreachable code. This code uses a while construction that has an unconditional break. This part of the code was restructured to use an if statement and the dead code was removed. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed