From: Christoph Fritz Date: Sun, 8 May 2011 20:50:09 +0000 (+0200) Subject: mwifiex: fix null derefs, mem leaks and trivia X-Git-Tag: v3.0-rc1~377^2~54^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53575ecf939a4f752de87eabf1adbcfa4478a6c;p=pandora-kernel.git mwifiex: fix null derefs, mem leaks and trivia This patch: - adds kfree() where necessary - prevents potential null dereferences - makes use of kfree_skb() - replaces -1 for failed kzallocs with -ENOMEM Signed-off-by: Christoph Fritz Reviewed-by: Kiran Divekar Tested-by: Amitkumar Karwar Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed