Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267687
b: refs/heads/master
c: a616fee
h: refs/heads/master
i:
  267685: 517d619
  267683: f3715c9
  267679: 56ee862
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 6982850 commit a314f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 1bd7bcfc633eeb821b85a90067be2bea79510d39
refs/heads/master: a616feed4ec15a937f2af90ba07527158eee9191
4 changes: 0 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,11 +1400,7 @@ short rtl8192_init(struct net_device *dev)
(unsigned long)dev);

rtl8192_irq_disable(dev);
#if defined(IRQF_SHARED)
if (request_irq(dev->irq, (void*)rtl8192_interrupt_rsl, IRQF_SHARED, dev->name, dev))
#else
if (request_irq(dev->irq, (void *)rtl8192_interrupt_rsl, SA_SHIRQ, dev->name, dev))
#endif
{
printk("Error allocating IRQ %d",dev->irq);
return -1;
Expand Down

0 comments on commit a314f47

Please sign in to comment.