Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279171
b: refs/heads/master
c: faa85aa
h: refs/heads/master
i:
  279169: 1ffc641
  279167: c0b1871
v: v3
  • Loading branch information
Daniel Halperin authored and David S. Miller committed Jan 3, 2012
1 parent a2aaeef commit 779885d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86d8c07ff2448eb4e860e50f34ef6ee78e45c40c
refs/heads/master: faa85aa24286a9e14ae7cc797352350c3ac39986
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/marvell/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -4042,7 +4042,7 @@ static void __devexit skge_remove(struct pci_dev *pdev)
pci_set_drvdata(pdev, NULL);
}

#ifdef CONFIG_PM
#ifdef CONFIG_PM_SLEEP
static int skge_suspend(struct device *dev)
{
struct pci_dev *pdev = to_pci_dev(dev);
Expand Down Expand Up @@ -4104,7 +4104,7 @@ static SIMPLE_DEV_PM_OPS(skge_pm_ops, skge_suspend, skge_resume);
#else

#define SKGE_PM_OPS NULL
#endif
#endif /* CONFIG_PM_SLEEP */

static void skge_shutdown(struct pci_dev *pdev)
{
Expand Down

0 comments on commit 779885d

Please sign in to comment.