Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335757
b: refs/heads/master
c: 6fc4adc
h: refs/heads/master
i:
  335755: 9d6c43e
v: v3
  • Loading branch information
Simon Marchi authored and David S. Miller committed Nov 16, 2012
1 parent fe573b5 commit 739dfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a652208e0b52c190e57f2a075ffb5e897fe31c3b
refs/heads/master: 6fc4adca6ce3e1d57a42707019dddcb883578a91
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/tile/tilegx.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ static int tile_net_setup_interrupts(struct net_device *dev)
ingress_irq = rc;
tile_irq_activate(ingress_irq, TILE_IRQ_PERCPU);
rc = request_irq(ingress_irq, tile_net_handle_ingress_irq,
0, NULL, NULL);
0, "tile_net", NULL);
if (rc != 0) {
netdev_err(dev, "request_irq failed: %d\n", rc);
destroy_irq(ingress_irq);
Expand Down

0 comments on commit 739dfc4

Please sign in to comment.