|
@@ -684,7 +684,7 @@ static int __devexit s5pcsis_remove(struct platform_device *pdev)
|
|
|
struct csis_state *state = sd_to_csis_state(sd);
|
|
|
|
|
|
pm_runtime_disable(&pdev->dev);
|
|
|
- s5pcsis_suspend(&pdev->dev);
|
|
|
+ s5pcsis_pm_suspend(&pdev->dev, false);
|
|
|
clk_disable(state->clock[CSIS_CLK_MUX]);
|
|
|
pm_runtime_set_suspended(&pdev->dev);
|
|
|
s5pcsis_clk_put(state);
|