]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
iwl-4965: test below 0 on unsigned num_tbs
authorroel kluin <roel.kluin@gmail.com>
Tue, 22 Jul 2008 00:29:52 +0000 (20:29 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 22 Aug 2008 20:29:51 +0000 (16:29 -0400)
commit73ae98a1334c7ab7c4f01e8a1c0c773470979688
treef641d556c22ef6f5712f9882b0e65a3835bc8d67
parent6f0a2c4dfc96d268233a6a882f3805975f91216c
iwl-4965: test below 0 on unsigned num_tbs

num_tbs is unsigned so the test doesn't work.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-tx.c