Re: [PATCH] error missed ifndef CONFIG_HAVE_SPARSE_IRQ

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Friday, September 5, 2008 - 10:03 am

On Fri, Sep 5, 2008 at 7:46 AM, Ingo Molnar <mingo@elte.hu> wrote:
need to change irq to int too

diff --git a/drivers/pci/htirq.c b/drivers/pci/htirq.c
index 7c5aef1..468115d 100644
--- a/drivers/pci/htirq.c
+++ b/drivers/pci/htirq.c
@@ -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);
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] error missed ifndef CONFIG_HAVE_SPARSE_IRQ, Dean Nelson, (Fri Sep 5, 7:07 am)
Re: [PATCH] error missed ifndef CONFIG_HAVE_SPARSE_IRQ, Yinghai Lu, (Fri Sep 5, 10:03 am)
Re: [PATCH] error missed ifndef CONFIG_HAVE_SPARSE_IRQ, Ingo Molnar, (Fri Sep 5, 10:07 am)