commit | 396fa30e4b320f235c462f9d1b1f9da87548667a | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Mon Feb 22 13:11:50 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 22 11:47:00 2016 -0800 |
tree | 62c342a6ae1377b1204d7fe3e12b594f0071b525 | |
parent | 2eaf35c1412a65139d5df677097cd6c6278f30b1 [diff] |
staging: wilc1000: removes potential null dereference This patch removes the error reported by smatch. - wilc_wfi_cfgoperations.c:674 scan() error: potential null dereference 'strHiddenNetwork.net_info'. (kmalloc returns null) Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>