Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243528
b: refs/heads/master
c: 286b9bf
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent c5c3cf1 commit 679d60d
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: 86cc8dfc211695193a060a240ac9c9287606e5d8
refs/heads/master: 286b9bfe8ef6d97213c86bbaf30c250fd1f67568
4 changes: 2 additions & 2 deletions trunk/drivers/sh/intc/internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ enum { MODE_ENABLE_REG = 0, /* Bit(s) set -> interrupt enabled */

static inline struct intc_desc_int *get_intc_desc(unsigned int irq)
{
struct irq_chip *chip = get_irq_chip(irq);
struct irq_chip *chip = irq_get_chip(irq);

return container_of(chip, struct intc_desc_int, chip);
}
Expand All @@ -103,7 +103,7 @@ static inline void activate_irq(int irq)
set_irq_flags(irq, IRQF_VALID);
#else
/* same effect on other architectures */
set_irq_noprobe(irq);
irq_set_noprobe(irq);
#endif
}

Expand Down

0 comments on commit 679d60d

Please sign in to comment.