[PATCH] kms: Return a negative error code in kms_bo_create()

Jakob Bornecrantz wallbraker at gmail.com
Fri Nov 2 05:16:15 PDT 2012


On Thu, Nov 1, 2012 at 10:38 AM, Laurent Pinchart
<laurent.pinchart at ideasonboard.com> wrote:
> The function returns returns 0 on success or a negative value in case of an
> error, except when given invalid attributes in which case it returns the
> positive EINVAL value. Replace that with -EINVAL to allow the caller to detect
> errors with a < 0 check.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Jakob Bornecrantz <wallbraker at gmail.com>


More information about the dri-devel mailing list