Files
ubports_kernel_google_msm/drivers
Gabriel A. Devenyi c5b42f343d [PATCH] drivers/net/wireless/hermes.c unsigned int comparision
hermas_bap_pread,  hermes_bap_pwrite, and hermes_bap_pwrite_pad all have a parameter "len" that is declared unsigned,
but checked for a value less than zero. Auditing the callers, it is possible for len to be passed a negative value, so len should be an int.

Thanks to LinuxICC (http://linuxicc.sf.net)

Signed-off-by: Gabriel A. Devenyi <ace@staticwave.ca>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-11-18 13:31:00 -05:00
..
2005-11-10 12:55:52 -08:00
2005-11-15 08:59:20 -08:00
2005-11-12 17:26:21 +00:00
2005-11-13 18:14:12 -08:00
2005-11-07 07:54:09 -08:00
2005-11-07 07:53:46 -08:00