Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101784
b: refs/heads/master
c: 6c11609
h: refs/heads/master
v: v3
  • Loading branch information
Rune Torgersen authored and Kumar Gala committed Jul 14, 2008
1 parent 67308c0 commit bcc62a7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 491a7a436cc90e97d666cfc025e141ca3186f86c
refs/heads/master: 6c1160991283a12537b136a71d10d271997fd64c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ static int pci_pic_host_map(struct irq_host *h, unsigned int virq,
{
get_irq_desc(virq)->status |= IRQ_LEVEL;
set_irq_chip_data(virq, h->host_data);
set_irq_chip(virq, &pq2ads_pci_ic);
set_irq_chip_and_handler(virq, &pq2ads_pci_ic, handle_level_irq);
return 0;
}

Expand Down

0 comments on commit bcc62a7

Please sign in to comment.