aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/winbond-840.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2005-04-16 18:25:25 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:25:25 -0400
commit05adc3b7458e97a1d0180828000207a403083389 (patch)
treeb7ec16681719bfd3caac350a750b50ed5a4abf50 /drivers/net/tulip/winbond-840.c
parent4fd416c14c583ee6ff1e2b17ab05e7e02e170e4c (diff)
[PATCH] u32 vs. pm_message_t fixes for drivers/net
This fixes remaining u32s in drivers/ net. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r--drivers/net/tulip/winbond-840.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c
index f7e64ee11b1d..caff2f590165 100644
--- a/drivers/net/tulip/winbond-840.c
+++ b/drivers/net/tulip/winbond-840.c
@@ -1620,7 +1620,7 @@ static void __devexit w840_remove1 (struct pci_dev *pdev)
1620 * Detach must occur under spin_unlock_irq(), interrupts from a detached 1620 * Detach must occur under spin_unlock_irq(), interrupts from a detached
1621 * device would cause an irq storm. 1621 * device would cause an irq storm.
1622 */ 1622 */
1623static int w840_suspend (struct pci_dev *pdev, u32 state) 1623static int w840_suspend (struct pci_dev *pdev, pm_message_t state)
1624{ 1624{
1625 struct net_device *dev = pci_get_drvdata (pdev); 1625 struct net_device *dev = pci_get_drvdata (pdev);
1626 struct netdev_private *np = netdev_priv(dev); 1626 struct netdev_private *np = netdev_priv(dev);