From: Himangi Saraogi Date: Thu, 7 Aug 2014 11:02:45 +0000 (+0530) Subject: wireless: wlcore: Use devm_kzalloc X-Git-Tag: omap-for-v3.19/prcm-cleanup~78^2~133^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372e3a846814656d5e514167484f684f828fff56;p=pandora-kernel.git wireless: wlcore: Use devm_kzalloc This patch introduces the use of devm_kzalloc and does away with the kfrees in the probe and remove functions. Also, a couple of labels and the initial assignment of the ret variable in the probe function are removed. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall Signed-off-by: John W. Linville --- Reading git-diff-tree failed