Loading drivers/atm/horizon.c +3 −2 Original line number Diff line number Diff line Loading @@ -1382,8 +1382,9 @@ static inline void rx_data_av_handler (hrz_dev * dev) { /********** interrupt handler **********/ static irqreturn_t interrupt_handler(int irq, void *dev_id) { hrz_dev * dev = (hrz_dev *) dev_id; static irqreturn_t interrupt_handler(int irq, void *dev_id) { hrz_dev *dev = dev_id; u32 int_source; unsigned int irq_ok; Loading drivers/char/tpm/tpm_tis.c +2 −2 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ static struct tpm_vendor_specific tpm_tis = { static irqreturn_t tis_int_probe(int irq, void *dev_id) { struct tpm_chip *chip = (struct tpm_chip *) dev_id; struct tpm_chip *chip = dev_id; u32 interrupt; interrupt = ioread32(chip->vendor.iobase + Loading @@ -401,7 +401,7 @@ static irqreturn_t tis_int_probe(int irq, void *dev_id) static irqreturn_t tis_int_handler(int irq, void *dev_id) { struct tpm_chip *chip = (struct tpm_chip *) dev_id; struct tpm_chip *chip = dev_id; u32 interrupt; int i; Loading drivers/mtd/onenand/onenand_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ static int onenand_wait(struct mtd_info *mtd, int state) */ static irqreturn_t onenand_interrupt(int irq, void *data) { struct onenand_chip *this = (struct onenand_chip *) data; struct onenand_chip *this = data; /* To handle shared interrupt */ if (!this->complete.done) Loading drivers/net/typhoon.c +1 −1 Original line number Diff line number Diff line Loading @@ -1801,7 +1801,7 @@ typhoon_poll(struct napi_struct *napi, int budget) static irqreturn_t typhoon_interrupt(int irq, void *dev_instance) { struct net_device *dev = (struct net_device *) dev_instance; struct net_device *dev = dev_instance; struct typhoon *tp = dev->priv; void __iomem *ioaddr = tp->ioaddr; u32 intr_status; Loading drivers/net/ucc_geth.c +1 −1 Original line number Diff line number Diff line Loading @@ -3607,7 +3607,7 @@ static int ucc_geth_poll(struct napi_struct *napi, int budget) static irqreturn_t ucc_geth_irq_handler(int irq, void *info) { struct net_device *dev = (struct net_device *)info; struct net_device *dev = info; struct ucc_geth_private *ugeth = netdev_priv(dev); struct ucc_fast_private *uccf; struct ucc_geth_info *ug_info; Loading Loading
drivers/atm/horizon.c +3 −2 Original line number Diff line number Diff line Loading @@ -1382,8 +1382,9 @@ static inline void rx_data_av_handler (hrz_dev * dev) { /********** interrupt handler **********/ static irqreturn_t interrupt_handler(int irq, void *dev_id) { hrz_dev * dev = (hrz_dev *) dev_id; static irqreturn_t interrupt_handler(int irq, void *dev_id) { hrz_dev *dev = dev_id; u32 int_source; unsigned int irq_ok; Loading
drivers/char/tpm/tpm_tis.c +2 −2 Original line number Diff line number Diff line Loading @@ -381,7 +381,7 @@ static struct tpm_vendor_specific tpm_tis = { static irqreturn_t tis_int_probe(int irq, void *dev_id) { struct tpm_chip *chip = (struct tpm_chip *) dev_id; struct tpm_chip *chip = dev_id; u32 interrupt; interrupt = ioread32(chip->vendor.iobase + Loading @@ -401,7 +401,7 @@ static irqreturn_t tis_int_probe(int irq, void *dev_id) static irqreturn_t tis_int_handler(int irq, void *dev_id) { struct tpm_chip *chip = (struct tpm_chip *) dev_id; struct tpm_chip *chip = dev_id; u32 interrupt; int i; Loading
drivers/mtd/onenand/onenand_base.c +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ static int onenand_wait(struct mtd_info *mtd, int state) */ static irqreturn_t onenand_interrupt(int irq, void *data) { struct onenand_chip *this = (struct onenand_chip *) data; struct onenand_chip *this = data; /* To handle shared interrupt */ if (!this->complete.done) Loading
drivers/net/typhoon.c +1 −1 Original line number Diff line number Diff line Loading @@ -1801,7 +1801,7 @@ typhoon_poll(struct napi_struct *napi, int budget) static irqreturn_t typhoon_interrupt(int irq, void *dev_instance) { struct net_device *dev = (struct net_device *) dev_instance; struct net_device *dev = dev_instance; struct typhoon *tp = dev->priv; void __iomem *ioaddr = tp->ioaddr; u32 intr_status; Loading
drivers/net/ucc_geth.c +1 −1 Original line number Diff line number Diff line Loading @@ -3607,7 +3607,7 @@ static int ucc_geth_poll(struct napi_struct *napi, int budget) static irqreturn_t ucc_geth_irq_handler(int irq, void *info) { struct net_device *dev = (struct net_device *)info; struct net_device *dev = info; struct ucc_geth_private *ugeth = netdev_priv(dev); struct ucc_fast_private *uccf; struct ucc_geth_info *ug_info; Loading