From: Eric Anholt Date: Sat, 25 Aug 2007 09:22:43 +0000 (+1000) Subject: drm: Remove DRM_ERR OS macro. X-Git-Tag: v2.6.24-rc1~1292^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20caafa6ecb2487d9b223aa33e7cc704f912a758;p=pandora-kernel.git drm: Remove DRM_ERR OS macro. 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 --- Reading git-diff-tree failed