提交 1f3addcf 编写于 作者: Y Yinghai Lu 提交者: Ingo Molnar

irq: error missed ifndef CONFIG_HAVE_SPARSE_IRQ, v2

need to change irq to int too
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 21056830
...@@ -109,7 +109,7 @@ int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) ...@@ -109,7 +109,7 @@ int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update)
u32 data; u32 data;
int max_irq; int max_irq;
int pos; int pos;
unsigned int irq; int irq;
unsigned int irq_want; unsigned int irq_want;
pos = pci_find_ht_capability(dev, HT_CAPTYPE_IRQ); pos = pci_find_ht_capability(dev, HT_CAPTYPE_IRQ);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册