commit | 0a38c8e1b592c16d959da456f425053e323a5153 | [log] [tgz] |
---|---|---|
author | sudip <sudipm.mukherjee@gmail.com> | Tue Nov 24 13:51:38 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Nov 26 15:05:10 2015 +0200 |
tree | 8c247b4c3378a81e94815b04ab6da88e94a987d1 | |
parent | 68ec581011ae0cf84392e7b22b05dc63818e4e6d [diff] |
libertas: check for NULL before use If kzalloc fails it will return NULL. Lets check for NULL first before using the pointer. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>