Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44365
b: refs/heads/master
c: 74e86ab
h: refs/heads/master
i:
  44363: ffe57c5
v: v3
  • Loading branch information
Thomas Koeller authored and Wim Van Sebroeck committed Dec 7, 2006
1 parent fdef12f commit 7bc4eca
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: bec4f749cb75d30cebf9837985a06474f595f3ae
refs/heads/master: 74e86ab884fb491c208905bdc32a9d95740be583
4 changes: 2 additions & 2 deletions trunk/drivers/char/watchdog/rm9k_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


/* Function prototypes */
static irqreturn_t wdt_gpi_irqhdl(int, void *, struct pt_regs *);
static irqreturn_t wdt_gpi_irqhdl(int, void *);
static void wdt_gpi_start(void);
static void wdt_gpi_stop(void);
static void wdt_gpi_set_timeout(unsigned int);
Expand Down Expand Up @@ -115,7 +115,7 @@ static struct notifier_block wdt_gpi_shutdown = {


/* Interrupt handler */
static irqreturn_t wdt_gpi_irqhdl(int irq, void *ctxt, struct pt_regs *regs)
static irqreturn_t wdt_gpi_irqhdl(int irq, void *ctxt)
{
if (!unlikely(__raw_readl(wd_regs + 0x0008) & 0x1))
return IRQ_NONE;
Expand Down

0 comments on commit 7bc4eca

Please sign in to comment.