From: Russell King Date: Mon, 16 Dec 2013 11:34:25 +0000 (+0000) Subject: imx-drm: ipu-v3: fix potential CRTC device registration race X-Git-Tag: v3.13-rc5~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae078d58ac7fadace7eb30bade8da649ecc4ded;p=pandora-kernel.git imx-drm: ipu-v3: fix potential CRTC device registration race Clean up the IPUv3 CRTC device registration; we don't need a separate function just to call platform_device_register_data(), and we don't need the return value converted at all. Update the IPU client id under a mutex, so that parallel probing doesn't race. Signed-off-by: Russell King Acked-by: Sascha Hauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed