From: Laurent Pinchart Date: Mon, 12 Dec 2011 00:15:06 +0000 (+0100) Subject: spi: Fix device unregistration when unregistering the bus master X-Git-Tag: v3.2.17~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfa4199d07dfbb9ff3b0f84857a4c81c8b17cae;p=pandora-kernel.git spi: Fix device unregistration when unregistering the bus master commit 178db7d30f94707efca1a189753c105ef69942ed upstream. Device are added as children of the bus master's parent device, but spi_unregister_master() looks for devices to unregister in the bus master's children. This results in the child devices not being unregistered. Fix this by registering devices as direct children of the bus master. Signed-off-by: Laurent Pinchart Signed-off-by: Grant Likely Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed