commit | 5696aea6f243e40013d2b00cd140fd006ec20b9c | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Fri Jul 24 11:13:06 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 27 15:24:22 2009 -0400 |
tree | a40223f42ac20cb82492ae0844992434d27f5379 | |
parent | c2acea8e9b86ba5a5469ff477445676a223af4e2 [diff] |
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 <johannes@sipsolutions.net> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>