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

Arnaud Patard (Rtp) arnaud.patard at rtp-net.org
Thu Mar 17 04:29:03 EDT 2011


Sascha Hauer <s.hauer at pengutronix.de> writes:

Hi,

> On Wed, Mar 16, 2011 at 03:03:07PM -0500, Dinh.Nguyen at freescale.com wrote:
>> +
>> +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



More information about the linux-arm-kernel mailing list