From: Thierry Reding Date: Wed, 5 Nov 2014 10:43:26 +0000 (+0100) Subject: gpu: host1x: Call ->remove() only when a device is bound X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~25^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536e1715226c94037df12f7c6280cbe0f6009f92;p=pandora-kernel.git gpu: host1x: Call ->remove() only when a device is bound When a driver's ->probe() function fails, the host1x bus must not call its ->remove() function because the driver will already have cleaned up in the error handling path in ->probe(). Signed-off-by: Thierry Reding --- Reading git-diff-tree failed