git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23fd504
)
drm: Remove DRM_ERR OS macro.
author
Eric Anholt
<eric@anholt.net>
Sat, 25 Aug 2007 09:22:43 +0000
(19:22 +1000)
committer
Dave Airlie
<airlied@optimus.(none)>
Mon, 15 Oct 2007 00:38:19 +0000
(10:38 +1000)
This was used to make all ioctl handlers return -errno on linux and errno on
*BSD. Instead, just return -errno in shared code, and flip sign on return f
shared code to *BSD code.
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found