[PATCH 0/8] Fix unsigned return type

From: Julia Lawall
Date: Sun Sep 05 2010 - 15:01:14 EST


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 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/