commit | 3469adb36c41a1fc0217802fa734d4220712e9c2 | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Mon Dec 02 14:09:34 2013 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 02 13:11:52 2013 -0500 |
tree | 5adfcf3c533778723fed5c415ca2e2024f7026c8 | |
parent | beae416b1f40ef3b6f7918035cefcf1d5f9aeb49 [diff] |
net: wireless: wcn36xx: fix potential NULL pointer dereference If kmalloc fails wcn36xx_smd_rsp_process will attempt to dereference a NULL pointer. There might be a better error recovery then just printing an error, but printing an error message is better then the current behaviour. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>