Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118141
b: refs/heads/master
c: 7bbfd39
h: refs/heads/master
i:
  118139: 333173d
v: v3
  • Loading branch information
Alan Cox authored and Dominik Brodowski committed Oct 17, 2008
1 parent 1d229c3 commit 1f10bc6
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: aafcf998c333a2a29e12093437eef32a60a8018d
refs/heads/master: 7bbfd39bb9a5623cb8e0bcc54aee9b43d9ee97b9
3 changes: 2 additions & 1 deletion trunk/drivers/pcmcia/pcmcia_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,9 @@ int pcmcia_request_irq(struct pcmcia_device *p_dev, irq_req_t *req)
type = 0;
if (s->functions > 1) /* All of this ought to be handled higher up */
type = IRQF_SHARED;
if (req->Attributes & IRQ_TYPE_DYNAMIC_SHARING)
else if (req->Attributes & IRQ_TYPE_DYNAMIC_SHARING)
type = IRQF_SHARED;
else printk(KERN_WARNING "pcmcia: Driver needs updating to support IRQ sharing.\n");

#ifdef CONFIG_PCMCIA_PROBE

Expand Down

0 comments on commit 1f10bc6

Please sign in to comment.