From: Tomas Winkler Date: Thu, 25 Oct 2007 09:15:25 +0000 (+0800) Subject: iwlwifi: rs-4965 fix return values X-Git-Tag: v2.6.25-rc1~1162^2~669 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2453ae81785f7e4f48485013b89df0a951421e;p=pandora-kernel.git iwlwifi: rs-4965 fix return values This patch cleans up style of 'return' of rate scale 4965 functions. It renames return name variables rc to ret, change functions to void if no meaningful value was returned it add return of -EINVAL for checks of wrong arguments. Signed-off-by: Tomas Winkler Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed