[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGh4K3Juk1SRYK363M8YMVD9HnFWO+41r+Uf94rWdM36FQ7LZw@mail.gmail.com>
Date:	Mon, 6 Aug 2012 16:24:42 +0000
From:	Christopher Sacchi <chris.sacchi@...il.com>
To:	linux-pm@...r.kernel.org
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [PATCH]: Updated autosleep.patch
This is the patch that fixes a function that could be changed. The
following (above the 2nd to last line, but uder the first line:
--
Signed-off-by: Christopher P. Sacchi <chris.sacchi@...il.com>
--- linux-3.5/kernel/power/autosleep.c	2012-07-21 20:58:29.000000000 +0000
+++ linux-3.5/kernel/power/autosleep.c	2012-08-06 10:52:26.000000000 +0000
@@ -30,7 +30,7 @@ static void try_to_suspend(struct work_s
 	if (!pm_get_wakeup_count(&initial_count, true))
 		goto out;
-	mutex_lock(&autosleep_lock);
+	mutex_lock_interruptable();
 	if (!pm_save_wakeup_count(initial_count)) {
 		mutex_unlock(&autosleep_lock);
--
-- 
Christopher
--
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