Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337974
b: refs/heads/master
c: 4087641
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Amit Mehta authored and Greg Kroah-Hartman committed Nov 15, 2012
1 parent de9f587 commit b229404
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: dba2939c8d4128664ddfddc169b32ae4b39aebc1
refs/heads/master: 4087641b255cb003ce653aac79e3445fcb864552
3 changes: 2 additions & 1 deletion trunk/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2955,7 +2955,8 @@ static int __devinit rtl8192_pci_probe(struct pci_dev *pdev,
netif_carrier_off(dev);
netif_stop_queue(dev);

register_netdev(dev);
if (register_netdev(dev))
goto err_free_irq;
RT_TRACE(COMP_INIT, "dev name: %s\n", dev->name);

rtl8192_proc_init_one(dev);
Expand Down

0 comments on commit b229404

Please sign in to comment.