From: Ulf Hansson Date: Mon, 1 Jun 2015 10:18:25 +0000 (+0200) Subject: mmc: core: Attach PM domain prior probing of SDIO func driver X-Git-Tag: omap-for-v4.3/legacy-v2-signed~190^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ef48e3ded7d25a6c382c4c74f44474e76038275;p=pandora-kernel.git mmc: core: Attach PM domain prior probing of SDIO func driver Other subsystem buses attach PM domains during probe, but prior calling the driver's ->probe() method. During the removal phase, detaching the PM domain will be done after invoking the driver's ->remove() callback. Convert the SDIO bus to follow this behavior and add error handling. Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed