Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64427
b: refs/heads/master
c: e3efb05
h: refs/heads/master
i:
  64425: 70f7bcd
  64423: 80b409b
v: v3
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Aug 25, 2007
1 parent 6445062 commit e0a3585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: c2cb71fafb4d514fbb8c9a8d663486a8f0400afa
refs/heads/master: e3efb05468128e834cf17d492822333c6e189ae4
4 changes: 3 additions & 1 deletion trunk/drivers/net/sgiseeq.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ static int __init sgiseeq_probe(struct platform_device *pdev)
return err;
}

static void __exit sgiseeq_remove(struct platform_device *pdev)
static int __exit sgiseeq_remove(struct platform_device *pdev)
{
struct net_device *dev = platform_get_drvdata(pdev);
struct sgiseeq_private *sp = netdev_priv(dev);
Expand All @@ -735,6 +735,8 @@ static void __exit sgiseeq_remove(struct platform_device *pdev)
free_page((unsigned long) sp->srings);
free_netdev(dev);
platform_set_drvdata(pdev, NULL);

return 0;
}

static struct platform_driver sgiseeq_driver = {
Expand Down

0 comments on commit e0a3585

Please sign in to comment.