Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5970
b: refs/heads/master
c: 530d8e9
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Aug 24, 2005
1 parent a68e1c6 commit e3fde55
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 791cdc7c561e2e72596388533f959e6d74dc6231
refs/heads/master: 530d8e97384fd2a6805fa4515a4e6828d7b53ee2
3 changes: 1 addition & 2 deletions trunk/drivers/net/ibm_emac/ibm_emac_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1712,11 +1712,10 @@ struct mal_commac_ops emac_commac_ops = {
};

#ifdef CONFIG_NET_POLL_CONTROLLER
static int emac_netpoll(struct net_device *ndev)
static void emac_netpoll(struct net_device *ndev)
{
emac_rxeob_dev((void *)ndev, 0);
emac_txeob_dev((void *)ndev, 0);
return 0;
}
#endif

Expand Down

0 comments on commit e3fde55

Please sign in to comment.