From: Vasiliy Kulikov Date: Sun, 14 Nov 2010 20:08:27 +0000 (+0300) Subject: drm: radeon: fix error value sign X-Git-Tag: v2.6.37-rc3~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e2eae4daaecf2f2a391e4f4b596c800f198edf;p=pandora-kernel.git drm: radeon: fix error value sign enable_vblank implementations should use negative result to indicate error. radeon_enable_vblank() returns EINVAL in this case. Change this to -EINVAL. Signed-off-by: Vasiliy Kulikov Signed-off-by: Dave Airlie --- Reading git-diff-tree failed