From: Larry Finger Date: Wed, 4 Sep 2013 20:56:09 +0000 (-0500) Subject: staging: r8188eu: Fix smatch warning in hal/HalPhyRf_8188e.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~710 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937ebbdec50ed1f257277acba99eea4620f908a2;p=pandora-kernel.git staging: r8188eu: Fix smatch warning in hal/HalPhyRf_8188e.c Smatch reported the following warning: drivers/staging/rtl8188eu/hal/HalPhyRf_8188e.c:1876 PHY_APCalibrate_8188E() info: ignoring unreachable code. Once the unreachable code was removed, the entire routine was removed, which led to the warning that phy_APCalibrate_8188E() was not used. It was also deleted along with some unused defines. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed