drm/i915: Clarify HW context size logic
authorBen Widawsky <ben@bwidawsk.net>
Thu, 7 Feb 2013 21:34:19 +0000 (13:34 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 15 Feb 2013 09:30:36 +0000 (10:30 +0100)
This was a rebase error from when the patches originally landed. Since
the context size is unsigned, there is also no use in checking if it's
less than 0.

The existing code is not really wrong, but it's not simple as it should
be.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found