Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203536
b: refs/heads/master
c: b85aeb5
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and John W. Linville committed Jul 12, 2010
1 parent c456dde commit f7369d7
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4c92831d99827971cf2854cfa7f884213099428f
refs/heads/master: b85aeb51805265b9f826857e5c5d9c0cd70dda55
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/adm8211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ static int __devinit adm8211_probe(struct pci_dev *pdev,
if (err) {
printk(KERN_ERR "%s (adm8211): Cannot register device\n",
pci_name(pdev));
goto err_free_desc;
goto err_free_eeprom;
}

printk(KERN_INFO "%s: hwaddr %pM, Rev 0x%02x\n",
Expand All @@ -1912,6 +1912,9 @@ static int __devinit adm8211_probe(struct pci_dev *pdev,

return 0;

err_free_eeprom:
kfree(priv->eeprom);

err_free_desc:
pci_free_consistent(pdev,
sizeof(struct adm8211_desc) * priv->rx_ring_size +
Expand Down

0 comments on commit f7369d7

Please sign in to comment.