Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283147
b: refs/heads/master
c: 86abc23
h: refs/heads/master
i:
  283145: 8afb58f
  283143: b84c2fc
v: v3
  • Loading branch information
Yong Zhang authored and Guan Xuetao committed Jan 10, 2012
1 parent 2481c61 commit b2cb58b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 7037bd803e24d4fdaa87f27456e686aafb061277
refs/heads/master: 86abc23ed146522b276f63032574f358bcfe0392
4 changes: 2 additions & 2 deletions trunk/arch/unicore32/kernel/puv3-nb0916.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ int __init mach_nb0916_init(void)

if (request_irq(gpio_to_irq(GPI_LCD_CASE_OFF),
&nb0916_lcdcaseoff_handler,
IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
"NB0916 lcd case off", NULL) < 0) {

printk(KERN_DEBUG "LCD-Case-OFF IRQ %d not available\n",
gpio_to_irq(GPI_LCD_CASE_OFF));
}

if (request_irq(gpio_to_irq(GPI_OTP_INT), &nb0916_overheat_handler,
IRQF_DISABLED | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
"NB0916 overheating protection", NULL) < 0) {

printk(KERN_DEBUG "Overheating Protection IRQ %d not available\n",
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/unicore32/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static struct clocksource cksrc_puv3_oscr = {

static struct irqaction puv3_timer_irq = {
.name = "ost0",
.flags = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
.flags = IRQF_TIMER | IRQF_IRQPOLL,
.handler = puv3_ost0_interrupt,
.dev_id = &ckevt_puv3_osmr0,
};
Expand Down

0 comments on commit b2cb58b

Please sign in to comment.