commit | 29b09fcc341ede8dc08c900b132903fdd0231400 | [log] [tgz] |
---|---|---|
author | Gabriel A. Devenyi <ace@staticwave.ca> | Thu Nov 03 19:30:47 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sat Nov 05 14:40:26 2005 -0500 |
tree | e3a5ea7d07e60b81055c364d5bcbca8579557496 | |
parent | 328198acb7407301ddf6005c0fa1e04bd0c539c8 [diff] |
[PATCH] drivers/net/wireless/airo.c unsigned comparason 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). Signed-off-by: Gabriel A. Devenyi <ace@staticwave.ca> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>