[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130220131912.GB13049@sirena.org.uk>
Date: Wed, 20 Feb 2013 13:19:12 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Lee Jones <lee.jones@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
sameo@...ux.intel.com, arnd@...db.de, linus.walleij@...ricsson.com,
Daniel WILLERUD <daniel.willerud@...ricsson.com>
Subject: Re: [PATCH 01/35] mfd: ab8500-gpadc: Implemented suspend/resume
On Fri, Feb 15, 2013 at 12:56:32PM +0000, Lee Jones wrote:
> +static int ab8500_gpadc_suspend(struct device *dev)
> +{
> + struct ab8500_gpadc *gpadc = dev_get_drvdata(dev);
> +
> + mutex_lock(&gpadc->ab8500_gpadc_lock);
> +
> + pm_runtime_get_sync(dev);
> +
> + regulator_disable(gpadc->regu);
> + return 0;
> +}
This doesn't look especially sane... You're doing a runtime get, taking
the lock without releasing it and disabling the regulator. This is
*very* odd, both the changelog and the code need to explain what's going
on and why it's safe in a lot more detail here.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists