commit | 5fb01e91daf84ad1e50edfcf63116ecbe31e7ba7 | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Sun Apr 23 15:00:23 2017 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Apr 26 12:01:58 2017 +0300 |
tree | 10eae0ab48903176f0384d0fc9130fea7f32e156 | |
parent | 2f6ae79cb04bb7f9b4be3f1c32b6fda35bf976bc [diff] |
mt7601u: check return value of alloc_skb Function alloc_skb() will return a NULL pointer if there is no enough memory. However, in function mt7601u_mcu_msg_alloc(), its return value is not validated before it is used. This patch fixes it. Signed-off-by: Pan Bian <bianpan2016@163.com> Acked-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>