diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-11-01 10:32:05 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-11-01 10:53:25 +0100 |
commit | 07d92fcf8d49576c6211795870f02685f9b7861d (patch) | |
tree | 3414d8923a9fb3d600337e3b0404deff16f2088f /linux-core/nv50_output.c | |
parent | e32fff8e9ea8d522679eaab21a9555cab134fb36 (diff) |
kms: Return a negative error code in kms_bo_create()
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@ideasonboard.com>
Diffstat (limited to 'linux-core/nv50_output.c')
0 files changed, 0 insertions, 0 deletions