From: Zach Reizner Date: Tue, 18 Nov 2014 01:19:41 +0000 (-0800) Subject: drm/cirrus: fix leaky driver load error handling X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ca52e108e549669940b11779bb491a931f8c65;p=pandora-kernel.git drm/cirrus: fix leaky driver load error handling Before this patch, cirrus_device_init could have failed while cirrus_mm_init succeeded and the driver would have reported overall success on load. This patch causes cirrus_device_init to return on the first error encountered. Reviewed-by: Stéphane Marchesin Signed-off-by: Dave Airlie --- Reading git-diff-tree failed