[patch, I hope you like it better this way :-)] fix few remaining u32 vs. pm_message_t problems in -mm3

From: Pavel Machek
Date: Mon Apr 11 2005 - 17:43:36 EST


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 <pavel@xxxxxxx>

--- clean-mm/drivers/macintosh/via-pmu.c 2005-04-11 22:53:30.000000000 +0200
+++ linux-mm/drivers/macintosh/via-pmu.c 2005-04-11 23:09:13.000000000 +0200
@@ -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 linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/