Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257622
b: refs/heads/master
c: 08ef794
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 8, 2011
1 parent 2e6a1a1 commit ab1c145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 81b85b6bd91e58bf800cbb3047aa74e61aff7bd9
refs/heads/master: 08ef79490dad6b88010e94795cf9f89b018ed504
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/pdaudiocf/pdaudiocf.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static int pdacf_config(struct pcmcia_device *link)
if (ret)
goto failed;

ret = pcmcia_request_exclusive_irq(link, pdacf_interrupt);
ret = pcmcia_request_irq(link, pdacf_interrupt);
if (ret)
goto failed;

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pcmcia/vx/vxpocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static int vxpocket_config(struct pcmcia_device *link)
if (ret)
goto failed;

ret = pcmcia_request_exclusive_irq(link, snd_vx_irq_handler);
ret = pcmcia_request_irq(link, snd_vx_irq_handler);
if (ret)
goto failed;

Expand Down

0 comments on commit ab1c145

Please sign in to comment.