These patches fix some cases where a negative constant is returned from a function that has an unsigned return type. In most cases, the result of every call to the function is stored in a signed variable, and thus the unsigned in the return type can just dropped. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html