From c25d9e1bda2316aa0d2bb61640ab4fbe01feb590 Mon Sep 17 00:00:00 2001 From: Jisheng Zhang Date: Mon, 5 Jan 2015 15:59:19 +0800 Subject: [PATCH] mmc: sdhci-pxav3: Remove checks for optional core clock in error/remove path Commit 63589e92c2d9 ("clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}()") allows NULL or error pointer to be passed unconditionally. This patch is to simplify probe error and remove code paths. However, we reserve the core clock checks in runtime suspend/resume code because we want a little smaller latency. Signed-off-by: Jisheng Zhang Signed-off-by: Ulf Hansson --- Reading git-format-patch failed