Skip to content

Commit

Permalink
irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2
Browse files Browse the repository at this point in the history
need to change irq to int too

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 2105683 commit 1f3addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/htirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update)
u32 data;
int max_irq;
int pos;
unsigned int irq;
int irq;
unsigned int irq_want;

pos = pci_find_ht_capability(dev, HT_CAPTYPE_IRQ);
Expand Down

0 comments on commit 1f3addc

Please sign in to comment.