From: Jeff Garzik Date: Tue, 10 Oct 2006 21:23:37 +0000 (-0700) Subject: drm: fix error returns, sysfs error handling X-Git-Tag: v2.6.19-rc4~88^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f73c92a990ecd3d1bb846267780a264d830065;p=pandora-kernel.git drm: fix error returns, sysfs error handling - callers of drm_sysfs_create() and drm_sysfs_device_add() looked for errors using IS_ERR(), but the functions themselves only ever returned NULL on error. Fixed. - unwind from, and propagate sysfs errors Signed-off-by: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed