Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145204
b: refs/heads/master
c: d2f82c2
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed May 22, 2009
1 parent 1174549 commit 27082ef
Show file tree
Hide file tree
Showing 2 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: 63c901c7e6fb878805cd2f8f14fa3eee8c03ee84
refs/heads/master: d2f82c2f70d56ba4623de25edb383fec01f43b89
6 changes: 3 additions & 3 deletions trunk/arch/mips/sgi-ip32/ip32-reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static inline void ip32_machine_halt(void)

static void ip32_machine_power_off(void)
{
volatile unsigned char reg_a, xctrl_a, xctrl_b;
unsigned char reg_a, xctrl_a, xctrl_b;

disable_irq(MACEISA_RTC_IRQ);
reg_a = CMOS_READ(RTC_REG_A);
Expand Down Expand Up @@ -91,7 +91,7 @@ static void blink_timeout(unsigned long data)

static void debounce(unsigned long data)
{
volatile unsigned char reg_a, reg_c, xctrl_a;
unsigned char reg_a, reg_c, xctrl_a;

reg_c = CMOS_READ(RTC_INTR_FLAGS);
reg_a = CMOS_READ(RTC_REG_A);
Expand Down Expand Up @@ -138,7 +138,7 @@ static inline void ip32_power_button(void)

static irqreturn_t ip32_rtc_int(int irq, void *dev_id)
{
volatile unsigned char reg_c;
unsigned char reg_c;

reg_c = CMOS_READ(RTC_INTR_FLAGS);
if (!(reg_c & RTC_IRQF)) {
Expand Down

0 comments on commit 27082ef

Please sign in to comment.