tree 99b6f13374bd05c39710ead54bc7d7d6ed7c5f0c
parent 3bfffd97ef913045080861d1898286ac8975c22a
author Pavel Machek <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:38 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:38 -0700

[PATCH] fix few remaining u32 vs. pm_message_t problems

This fixes remaining u32 vs.  pm_message_t confusions in -rc2-mm3.  [There
are usb changes, too; they went to Greg on his request.]

Signed-off-by: Pavel Machek <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 macintosh/via-pmu.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: drivers/macintosh/via-pmu.c
===================================================================
--- 482accb34d082f7460c8acc8db6e00331dbf3e29/drivers/macintosh/via-pmu.c  
(mode:100644 sha1:aefc0c1a862c4fb1ec53dbee056fdf711eb3b54e)
+++ 99b6f13374bd05c39710ead54bc7d7d6ed7c5f0c/drivers/macintosh/via-pmu.c  
(mode:100644 sha1:fdea1a3a631dc122b1e220d2b59f5c120174aec5)
@@ -2371,7 +2371,7 @@
         * use this but still... This will take care of sysdev's as well, so
         * we exit from here with local irqs disabled and PIC off.
         */
-       ret = device_power_down(PM_SUSPEND_MEM);
+       ret = device_power_down(PMSG_SUSPEND);
        if (ret) {
                wakeup_decrementer();
                local_irq_enable();
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to