diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-04-09 11:12:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-16 11:46:18 -0700 |
commit | 9452bf560273e4de2395ffdd79024debfb0c1290 (patch) | |
tree | ae8ba1a8e83bb72cb2b7e1f725996cc6cf5e336f /drivers/edac | |
parent | b34aa86f12e8848ba453215602c8c50fa63c4cb3 (diff) |
staging: r8188eu: Calling rtw_get_stainfo() with a NULL sta_addr will return NULL
This makes the follow-on check for psta != NULL pointless and makes
the whole exercise rather pointless. This is another case of why
blindly zero-initializing variables when they are declared is bad.
Reported-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions