From: Dave Airlie Date: Wed, 9 Dec 2009 05:32:23 +0000 (+1000) Subject: drm/radeon/kms: fix return value from fence function. X-Git-Tag: v2.6.33-rc1~323^2~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e7b6f7fa62d92d941c626f8ae45f5cd75a52d55;p=pandora-kernel.git drm/radeon/kms: fix return value from fence function. We only want to return here for errors, the wait functions return a positive timeout otherwise, which gets back to userspace and causes X to crash here. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed