fyi: I got a conflict here when trying to merge to -collector
seemed like it was partially applied already.
On Tue, Dec 3, 2013 at 11:27 PM, Ben Widawsky
wrote:
> Clean up the return values/error handling so it's obvious what is going
> on. This was tripped over in the PPGTT branch where code was
Clean up the return values/error handling so it's obvious what is going
on. This was tripped over in the PPGTT branch where code was added to do
a ret = foo() near the top, and this ended up bypassing some error cases
later.
These errors shouldn't exist with today's code, but a future patch
will a