Re: [RESEND] [PATCH] drivers/net/wireless/airo.c unsigned comparason
From: Jeff Garzik
Date: Thu Dec 01 2005 - 02:39:00 EST
Gabriel A. Devenyi wrote:
fid is declared as a u32 (unsigned int), and then a few lines later, it
is checked for a value < 0, which is clearly useless.
In the two locations this function is used, in one it is *explicitly*
given a negative number, which would be ignored with the
current definition.
Thanks to LinuxICC (http://linuxicc.sf.net).
This patch applies to linus' git tree as of 03.11.2005
Signed-off-by: Gabriel A. Devenyi <ace@xxxxxxxxxxxxx>
[jgarzik@pretzel netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
1 patch(es) to process.
Applying 'drivers/net/wireless/airo.c unsigned comparason'
fatal: corrupt patch at line 8
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/