Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234144
b: refs/heads/master
c: a18059a
h: refs/heads/master
v: v3
  • Loading branch information
Anoop P A authored and Ralf Baechle committed Mar 14, 2011
1 parent 292e67d commit 2496c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 39d30c13767cbe9d7e77e05886c399b40c76cb1e
refs/heads/master: a18059ace1eee8c4755bcce22163d137425db607
4 changes: 2 additions & 2 deletions trunk/arch/mips/pci/ops-pmcmsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static struct resource pci_mem_resource = {
* RETURNS: PCIBIOS_SUCCESSFUL - success
*
****************************************************************************/
static int bpci_interrupt(int irq, void *dev_id)
static irqreturn_t bpci_interrupt(int irq, void *dev_id)
{
struct msp_pci_regs *preg = (void *)PCI_BASE_REG;
unsigned int stat = preg->if_status;
Expand All @@ -326,7 +326,7 @@ static int bpci_interrupt(int irq, void *dev_id)
/* write to clear all asserted interrupts */
preg->if_status = stat;

return PCIBIOS_SUCCESSFUL;
return IRQ_HANDLED;
}

/*****************************************************************************
Expand Down

0 comments on commit 2496c4f

Please sign in to comment.