From: Ben Skeggs Date: Mon, 10 May 2010 06:54:23 +0000 (+1000) Subject: drm/nouveau: fix init table handlers to return proper error codes X-Git-Tag: v2.6.35-rc1~451^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9170a82438230da63ed09cf6fd1f4d2f87baf68c;p=pandora-kernel.git drm/nouveau: fix init table handlers to return proper error codes We really want to be able to distinguish between INIT_DONE and an actual error sometimes. This commit fixes up several lazy "return 0;" to be actual error codes, and explicitly reserves "0" as "success, but stop parsing this table". Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed