Re: [PATCH] PM: Remove unbalanced mutex_unlock() from dpm_resume()

2008-02-20 Thread Alan Stern
On Wed, 20 Feb 2008, Rafael J. Wysocki wrote: > Hi Greg, > > Please consider taking the following fix for 2.6.25. Don't just consider it! :-) It's a real bug fix. > Thanks, > Rafael > > --- > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Remove an unnecessary unlocking of dpm_list_mtx in

[PATCH] PM: Remove unbalanced mutex_unlock() from dpm_resume()

2008-02-19 Thread Rafael J. Wysocki
Hi Greg, Please consider taking the following fix for 2.6.25. Thanks, Rafael --- From: Rafael J. Wysocki <[EMAIL PROTECTED]> Remove an unnecessary unlocking of dpm_list_mtx in the error path in drivers/base/power/main.c:dpm_suspend() . Signed-off-by: Rafael J. Wysocki <[EMAIL PROTECTED]> ---