On Wednesday 04 February 2009, David Vrabel wrote: > + int sg_tablesize; /* 0 or largest number of sg list entries */ Best as "unsigned"; negative numbers never make sense. Then use UINT_MAX when there's no natural limit. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html