From: Yogesh Ashok Powar Date: Tue, 23 Apr 2013 23:49:49 +0000 (-0700) Subject: mwifiex: Do not kfree cmd buf while unregistering PCIe X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~77^2~18^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955ab095c51a6f5a105aaeff4fc8e32c2ee94814;p=pandora-kernel.git mwifiex: Do not kfree cmd buf while unregistering PCIe All the command buffers are freed in mwifiex_free_cmd_buffer() and hence there is no need to kfree the current command buffer again. This might ends up freeing memory allocated by some other kernel code. Signed-off-by: Amitkumar Karwar Signed-off-by: Avinash Patil Signed-off-by: Yogesh Ashok Powar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed