Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157374
b: refs/heads/master
c: 181c74e
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Roland Dreier committed Sep 6, 2009
1 parent 3ee00ab commit 21f9a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 6276e08a9bdf645b71a092fb4530baf4f6c4c6eb
refs/heads/master: 181c74e87eb93df447a759af93cf0a279875ea7d
6 changes: 1 addition & 5 deletions trunk/drivers/infiniband/hw/amso1100/c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ MODULE_DEVICE_TABLE(pci, c2_pci_table);

static void c2_print_macaddr(struct net_device *netdev)
{
pr_debug("%s: MAC %02X:%02X:%02X:%02X:%02X:%02X, "
"IRQ %u\n", netdev->name,
netdev->dev_addr[0], netdev->dev_addr[1], netdev->dev_addr[2],
netdev->dev_addr[3], netdev->dev_addr[4], netdev->dev_addr[5],
netdev->irq);
pr_debug("%s: MAC %pM, IRQ %u\n", netdev->name, netdev->dev_addr, netdev->irq);
}

static void c2_set_rxbufsize(struct c2_port *c2_port)
Expand Down

0 comments on commit 21f9a12

Please sign in to comment.