From: Larry Finger Date: Wed, 4 Sep 2013 20:55:56 +0000 (-0500) Subject: staging: r8188eu: Fix smatch warning in core/rtw_ieee80211. X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~722 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb57f6d35f510e13d4f7e0af67ee232146c20da;p=pandora-kernel.git staging: r8188eu: Fix smatch warning in core/rtw_ieee80211. Smatch shows the following warning: drivers/staging/rtl8188eu/core/rtw_ieee80211.c:161 rtw_set_ie() info: ignoring unreachable code. The cause is a module exit tracing statement after a return. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed