Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85583
b: refs/heads/master
c: b3028cd
h: refs/heads/master
i:
  85581: f720cd6
  85579: ca7e768
  85575: 2e57cf7
  85567: 6f863b6
v: v3
  • Loading branch information
Don Fry authored and Jeff Garzik committed Feb 11, 2008
1 parent ac68e44 commit 73bdfdc
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: 232c56408861e666d2546960d1180eb2c65260bd
refs/heads/master: b3028cdc1859adf371f9457862e466f0e67f0b10
4 changes: 2 additions & 2 deletions trunk/drivers/net/pcnet32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1778,8 +1778,8 @@ pcnet32_probe1(unsigned long ioaddr, int shared, struct pci_dev *pdev)
memset(dev->dev_addr, 0, sizeof(dev->dev_addr));

if (pcnet32_debug & NETIF_MSG_PROBE) {
for (i = 0; i < 6; i++)
printk(" %2.2x", dev->dev_addr[i]);
DECLARE_MAC_BUF(mac);
printk(" %s", print_mac(mac, dev->dev_addr));

/* Version 0x2623 and 0x2624 */
if (((chip_version + 1) & 0xfffe) == 0x2624) {
Expand Down

0 comments on commit 73bdfdc

Please sign in to comment.