Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337972
b: refs/heads/master
c: 36e97a5
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Amit Mehta authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent 1b02fdc commit f2d9a61
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c17d37df984b0eaf67d422b2698755fe71d6d1e0
refs/heads/master: 36e97a5714073a1f95c70cbb925928ca7315fb66
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,8 @@ static int __devinit rtl8180_pci_probe(struct pci_dev *pdev,

netif_carrier_off(dev);

register_netdev(dev);
if (register_netdev(dev))
goto fail1;

rtl8180_proc_init_one(dev);

Expand Down

0 comments on commit f2d9a61

Please sign in to comment.