projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031ec77
)
[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32
author
Andrew Morton
<len.brown@intel.com>
Sat, 30 Jul 2005 08:18:00 +0000
(
04:18
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 5 Aug 2005 02:38:20 +0000
(22:38 -0400)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_link.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/pci_link.c
b/drivers/acpi/pci_link.c
index 0091dbdf7ef9ed2296839951b0b4fe720896a756..a0df2f3606d35841d01e6cd3d7e756db691b16ce 100644
(file)
--- a/
drivers/acpi/pci_link.c
+++ b/
drivers/acpi/pci_link.c
@@
-786,10
+786,7
@@
end:
return_VALUE(result);
}
-static int
-irqrouter_suspend(
- struct sys_device *dev,
- u32 state)
+static int irqrouter_suspend(struct sys_device *dev, pm_message_t state)
{
struct list_head *node = NULL;
struct acpi_pci_link *link = NULL;