From: Zhaoyang Liu Date: Thu, 4 Jun 2015 19:31:53 +0000 (+0530) Subject: mwifiex: change debug dump issue since skb maybe null X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~34^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a56c4168e4453732c35b1e33a683d91f04f379f;p=pandora-kernel.git 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 Signed-off-by: Zhaoyang Liu Signed-off-by: Avinash Patil Signed-off-by: Kalle Valo --- Reading git-diff-tree failed