On Fri, Nov 08, 2013 at 12:46:53PM +0300, Dan Carpenter wrote:
Because these are signed they can either be 0 or -1 instead of 0 and 1
as intended. It doesn't cause a problem from what I can see, but it's
dangerous and Sparse complains:
Applied, thanks.