Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135345
b: refs/heads/master
c: 29ded5f
h: refs/heads/master
i:
  135343: 6f6a0a1
v: v3
  • Loading branch information
Anton Vorontsov authored and David S. Miller committed Mar 21, 2009
1 parent 57c6728 commit abb36c6
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: b55de80e49892002a1878013ab9aee1a30970be6
refs/heads/master: 29ded5f76ce3c41f43b64643b074b7c9c9ebd925
4 changes: 2 additions & 2 deletions trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ static int gfar_remove(struct of_device *ofdev)
static int gfar_suspend(struct of_device *ofdev, pm_message_t state)
{
struct gfar_private *priv = dev_get_drvdata(&ofdev->dev);
struct net_device *dev = priv->dev;
struct net_device *dev = priv->ndev;
unsigned long flags;
u32 tempval;

Expand Down Expand Up @@ -598,7 +598,7 @@ static int gfar_suspend(struct of_device *ofdev, pm_message_t state)
static int gfar_resume(struct of_device *ofdev)
{
struct gfar_private *priv = dev_get_drvdata(&ofdev->dev);
struct net_device *dev = priv->dev;
struct net_device *dev = priv->ndev;
unsigned long flags;
u32 tempval;
int magic_packet = priv->wol_en &&
Expand Down

0 comments on commit abb36c6

Please sign in to comment.