commit | 7a56c4168e4453732c35b1e33a683d91f04f379f | [log] [tgz] |
---|---|---|
author | Zhaoyang Liu <liuzy@marvell.com> | Fri Jun 05 01:01:53 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jun 08 11:49:45 2015 +0300 |
tree | 87646969f3dcef192cdbc00810573b8edba93cd6 | |
parent | ca7bdd95b26d1424e925f17eb546a491d93afd49 [diff] |
mwifiex: change debug dump issue since skb maybe null This patch fixes semantic warning for debugging data dump feature. Previous code is based on the assumption that skb is not null. New change makes sure that we already have data buffer. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Zhaoyang Liu <liuzy@marvell.com> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>