Code Review
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] fix u32 vs. pm_message_t in rest of the tree
[linux-3.10.git]
/
drivers
/
macintosh
/
via-pmu.c
diff --git
a/drivers/macintosh/via-pmu.c
b/drivers/macintosh/via-pmu.c
index cea1e758eb469b9194787a2fa98c6184f888a57a..aefc0c1a862c4fb1ec53dbee056fdf711eb3b54e 100644
(file)
--- a/
drivers/macintosh/via-pmu.c
+++ b/
drivers/macintosh/via-pmu.c
@@
-3052,7
+3052,7
@@
pmu_polled_request(struct adb_request *req)
static int pmu_sys_suspended = 0;
-static int pmu_sys_suspend(struct sys_device *sysdev,
u32
state)
+static int pmu_sys_suspend(struct sys_device *sysdev,
pm_message_t
state)
{
if (state != PM_SUSPEND_DISK || pmu_sys_suspended)
return 0;