From: Johannes Berg Date: Fri, 24 Jul 2009 18:13:06 +0000 (-0700) Subject: iwlwifi: remove command callback return value X-Git-Tag: v2.6.32-rc1~703^2~506^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5696aea6f243e40013d2b00cd140fd006ec20b9c;p=pandora-kernel.git iwlwifi: remove command callback return value No existing callbacks use anything other than the return value 1, which means that the caller should free the reply skb, so it seems safer in terms of not introducing memory leaks to simply remove the return value and let the caller always free the skb. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed