]> Git Repo - linux.git/commitdiff
[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32
authorAndrew Morton <[email protected]>
Sat, 30 Jul 2005 08:18:00 +0000 (04:18 -0400)
committerLen Brown <[email protected]>
Fri, 5 Aug 2005 02:38:20 +0000 (22:38 -0400)
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/pci_link.c

index 0091dbdf7ef9ed2296839951b0b4fe720896a756..a0df2f3606d35841d01e6cd3d7e756db691b16ce 100644 (file)
@@ -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;
This page took 0.054063 seconds and 4 git commands to generate.