Re: [PATCH] Change "return EBLAH" to "return -EBLAH in drivers/*

Greg KH (greg@kroah.com)
Wed, 17 Apr 2002 09:12:23 -0700


On Wed, Apr 17, 2002 at 12:42:23PM +0800, Anthony J. Breeds-Taurima wrote:
> Hello All,
> This is a simple patch that changes several "return EBLAH"'s in drivers/*
> for "return -EBLAH". I have done my best to check the call stack to ensure
> that the change in sign of the return values wont break anything.

I'll add the usb driver changes to my tree, thanks.

Now if only those function return values were actually checked in the
code... :)

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/