http://bugzilla.kernel.org/show_bug.cgi?id=7499





------- Comment #45 from [EMAIL PROTECTED]  2007-09-29 14:29 -------
(In reply to comment #44)
Are you sure the patch is against 2.6.23-rc8?

{pts/1}% patch -p1 --ignore-whitespace  --dry-run <
~/patch/selective_suspend.patch
patching file kernel/power/main.c
Hunk #1 succeeded at 27 with fuzz 2 (offset -4 lines).
Hunk #2 FAILED at 172.
Hunk #3 FAILED at 206.
Hunk #4 succeeded at 292 with fuzz 1 (offset -3 lines).
Hunk #5 succeeded at 420 (offset -3 lines).
2 out of 5 hunks FAILED -- saving rejects to file kernel/power/main.c.rej
patching file kernel/power/power.h
Hunk #1 succeeded at 194 (offset 12 lines).

and looking at failed hunk:

patch:
@@ -136,7 +176,10 @@ static int suspend_enter(suspend_state_t
                printk(KERN_ERR "Some devices failed to power down\n");
                goto Done;
        }
-       error = suspend_ops->enter(state);
+

and pm_suspend_enter():
                printk(KERN_ERR "Some devices failed to power down\n");
                goto Done;
        }
        error = pm_ops->enter(state);


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to