tree 6a9effe045457b81a92d75dd57ca6887cb80b536
parent 8b71374a48a16932ffabdd848c7a409e7bad2008
author Pavel Machek <[EMAIL PROTECTED]> Tue Apr 12 08:26:06 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:26:06 2005

[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]>

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

Index: drivers/macintosh/via-pmu.c
===================================================================
--- d3817e6480492e3714b4d87ae36e1846e0b88b4d/drivers/macintosh/via-pmu.c  
(mode:100644 sha1:a681e484dbfa0a0bc5863742d51001295ce643e6)
+++ 6a9effe045457b81a92d75dd57ca6887cb80b536/drivers/macintosh/via-pmu.c  
(mode:100644 sha1:aab6310abcccd5db9a249238ff979b3a46e9235a)
@@ -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