From: Larry Finger Date: Wed, 4 Sep 2013 20:55:59 +0000 (-0500) Subject: staging: r8188eu: Fix a smatch warnings in core/rtw_recv.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~719 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b276d2bd20ea2d20b45aab1b3c1700b7f2afa64;p=pandora-kernel.git staging: r8188eu: Fix a smatch warnings in core/rtw_recv.c Smatch reports the following: drivers/staging/rtl8188eu/os_dep/recv_linux.c:227 rtw_recv_indicatepkt() warn: variable dereferenced before check 'precv_frame' (see line 139) The test in this location is removed and added in the free routine. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed