linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH]: Autosleep patch.
@ 2012-08-06 15:13 Christopher Sacchi
  2012-08-06 15:38 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Sacchi @ 2012-08-06 15:13 UTC (permalink / raw)
  To: linux-wireless; +Cc: Linux Kernel Mailing List

This patch (listed below), changes an old function in autosleep.c in
kernel version 3.5. It's code is listed from the first -- line to the
2nd to last -- line.
This patch was checked with checkpatch.pl with no errors:
--
--- power/autosleep.c	2012-07-21 20:58:29.000000000 +0000
+++ power/autosleepnew.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);
Signed-off-by: Christopher P. Sacchi <chris.sacchi@gmail.com>
--

-- 
Christopher

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-07 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 15:13 [PATCH]: Autosleep patch Christopher Sacchi
2012-08-06 15:38 ` Randy Dunlap
2012-08-07 11:07   ` Guenter Roeck
2012-08-07 11:52     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).