Thread (1 message) 1 message, 1 author, 2011-03-17

[PATCHv3 3/3] ARM: mx51: Add support for low power suspend on MX51

From: Arnaud Patard Rtp <hidden>
Date: 2011-03-17 08:29:29
Also in: lkml

Sascha Hauer [off-list ref] writes:

Hi,
On Wed, Mar 16, 2011 at 03:03:07PM -0500, Dinh.Nguyen at freescale.com wrote:
quoted
+
+struct clk *gpc_dvfs_clk;
+
+static int mx5_suspend_enter(suspend_state_t state)
+{
+	if (gpc_dvfs_clk == NULL)
+		gpc_dvfs_clk = clk_get(NULL, "gpc_dvfs_clk");
clk_get can fail and NULL can be a valid clock.
So, I guess one may want to fail here if one can't get the clock. The
suspend will fail in hard to debug way if this clock is not enabled
at this point.

Arnaud
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help