Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63479
b: refs/heads/master
c: c3dd8cd
h: refs/heads/master
i:
  63477: 6696534
  63475: e0ca314
  63471: d199933
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent e8f1882 commit 5f995dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 89c960961d79ce87dfbc67bc05d254e6ee079939
refs/heads/master: c3dd8cdf8563ac46b27b0cacfda5e7e6b18c4a46
3 changes: 2 additions & 1 deletion trunk/arch/mips/sgi-ip32/ip32-reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ static __init int ip32_reboot_setup(void)
blink_timer.function = blink_timeout;
atomic_notifier_chain_register(&panic_notifier_list, &panic_block);

request_irq(MACEISA_RTC_IRQ, ip32_rtc_int, 0, "rtc", NULL);
if (request_irq(MACEISA_RTC_IRQ, ip32_rtc_int, 0, "rtc", NULL))
panic("Can't allocate MACEISA RTC IRQ");

return 0;
}
Expand Down

0 comments on commit 5f995dc

Please sign in to comment.