drm: Remove DRM_ERR OS macro.
authorEric Anholt <eric@anholt.net>
Sat, 25 Aug 2007 09:22:43 +0000 (19:22 +1000)
committerDave 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