Skip to content

Commit

Permalink
[PATCH] more-u32-vs-pm_message_t-fixes-6
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2005
1 parent ea6bfb0 commit b2dabd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/hostap/hostap_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static void prism2_pci_remove(struct pci_dev *pdev)


#ifdef CONFIG_PM
static int prism2_pci_suspend(struct pci_dev *pdev, u32 state)
static int prism2_pci_suspend(struct pci_dev *pdev, pm_message_t state)
{
struct net_device *dev = pci_get_drvdata(pdev);

Expand Down

0 comments on commit b2dabd5

Please sign in to comment.