[PATCH 1/2] mwifiex: change debug dump issue since skb maybe null

2015-06-04 Thread Avinash Patil
From: Zhaoyang Liu 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 ---

Re: [1/2] mwifiex: change debug dump issue since skb maybe null

2015-06-08 Thread Kalle Valo
> From: Zhaoyang Liu > > 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: