From: Russell King Date: Fri, 18 Apr 2014 19:16:22 +0000 (+0100) Subject: component: ignore multiple additions of the same component X-Git-Tag: cleanup-for-v3.18~126^2~30^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbcebce7159c928692dc6a5e88869f6e44438b9;p=pandora-kernel.git component: ignore multiple additions of the same component Permit masters to call component_master_add_child() and match the same child multiple times. This may happen if there's multiple connections to a single component device from other devices. In such scenarios, we should not return a failure, but instead ignore the attempt. Acked-by: Laurent Pinchart Signed-off-by: Russell King --- Reading git-diff-tree failed