staging: r8188eu: Fix smatch warning in core/rtw_ieee80211.
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 31 Aug 2013 23:17:59 +0000 (18:17 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Sep 2013 14:39:28 +0000 (07:39 -0700)
commit8429bf1a046b31611c17005aba8967ab20cedabd
treecf752bb61455fe8ae29f4f802648424e64b3f2e3
parent70f1a6d65df3f6bd18269c6e32547a59523430ac
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 <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c