From: Dave Airlie Date: Mon, 29 Dec 2008 06:35:02 +0000 (+1000) Subject: drm/i915: fix modeset devname allocation + agp init return check. X-Git-Tag: v2.6.29-rc1~566^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5966296675a5092505f68d72563d5939a92353;p=pandora-kernel.git drm/i915: fix modeset devname allocation + agp init return check. devname needs to be allocated before the irq is installed, so the irq routines get the correct name in /proc. Also check the return value from the AGP init function, and fixup the exit points. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed