aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2005-07-13 03:33:46 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-08-19 03:00:01 -0400
commitb2dabd5aadae6a93026f35269e1e53c1a0c6de2d (patch)
tree96dfb10f6ed608a0af775871e007669e4a691ac8 /drivers
parentea6bfb0adf1361c2039adac3fcaca27f91d7c2c7 (diff)
[PATCH] more-u32-vs-pm_message_t-fixes-6
Cc: Pavel Machek <pavel@ucw.cz> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/hostap/hostap_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_pci.c b/drivers/net/wireless/hostap/hostap_pci.c
index 165f1450da57..4f567ef6178d 100644
--- a/drivers/net/wireless/hostap/hostap_pci.c
+++ b/drivers/net/wireless/hostap/hostap_pci.c
@@ -405,7 +405,7 @@ static void prism2_pci_remove(struct pci_dev *pdev)
405 405
406 406
407#ifdef CONFIG_PM 407#ifdef CONFIG_PM
408static int prism2_pci_suspend(struct pci_dev *pdev, u32 state) 408static int prism2_pci_suspend(struct pci_dev *pdev, pm_message_t state)
409{ 409{
410 struct net_device *dev = pci_get_drvdata(pdev); 410 struct net_device *dev = pci_get_drvdata(pdev);
411 411