From 383382501193dc70fb92393eb585a39f9d39b378 Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Thu, 17 Oct 2013 18:06:46 +0200 Subject: [PATCH] spi/s3c64xx: Add missing pm_runtime_set_active() call in probe() Mark device as PM runtime active during initialization to reflect actual device power/clocks state. This reduces the enable count for SPI bus controller gate clock so it can be disabled when the bus controller is not used. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Kyungmin Park Reviewed-by: Sylwester Nawrocki Signed-off-by: Mark Brown --- Reading git-format-patch failed