index
:
~eugeni/drm
android-x86-2.4.27
master
Eugeni's drm repo
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
xf86drm.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86drm.c b/xf86drm.c
index bc7a97fe..a183eee9 100644
--- a/
xf86drm.c
+++ b/
xf86drm.c
@@ -820,7 +820,7 @@ int drmGetCap(int fd, uint64_t capability, uint64_t *value)
return ret;
*value = cap.value;
- return cap.value;
+ return 0;
}
/**