From: Darren Jenkins Date: Wed, 2 Jul 2008 23:41:38 +0000 (+1000) Subject: drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit X-Git-Tag: v2.6.26~25^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff1cca0e272045b9c11a2ff94bd3e6893c9308c;p=pandora-kernel.git drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bit Coverity CID: 2265 NEGATIVE_RETURNS "rate" is of an unsigned type, and the code requires a signed type. The following patch makes it so. Signed-off-by: Darren Jenkins Signed-off-by: John W. Linville --- Reading git-diff-tree failed