From: Andy Gross Date: Thu, 12 Jun 2014 19:34:11 +0000 (-0500) Subject: spi: qup: Fix order of spi_register_master X-Git-Tag: omap-for-v3.16/fixes-rc4~37^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045c243a511c8b688d36659cc3f781e84e9c2ddb;p=pandora-kernel.git spi: qup: Fix order of spi_register_master This patch moves the devm_spi_register_master below the initialization of the runtime_pm. If done in the wrong order, the spi_register_master fails if any probed slave devices issue SPI transactions. Signed-off-by: Andy Gross Acked-by: Ivan T. Ivanov Signed-off-by: Mark Brown --- Reading git-diff-tree failed