Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107150
b: refs/heads/master
c: 8b32d6d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Ralf Baechle committed Jul 30, 2008
1 parent 515f5b2 commit f376e5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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: fd7ccfa7ac64156a5c1c906e0986b73d481b6dfc
refs/heads/master: 8b32d6d00ca890ebb204da1260247c11bba042b3
5 changes: 3 additions & 2 deletions trunk/arch/mips/rb532/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ static struct resource rb532_dev3_ctl_res[] = {

void set_434_reg(unsigned reg_offs, unsigned bit, unsigned len, unsigned val)
{
unsigned flags, data;
unsigned long flags;
unsigned data;
unsigned i = 0;

spin_lock_irqsave(&dev3.lock, flags);
Expand All @@ -90,7 +91,7 @@ EXPORT_SYMBOL(get_434_reg);

void set_latch_u5(unsigned char or_mask, unsigned char nand_mask)
{
unsigned flags;
unsigned long flags;

spin_lock_irqsave(&dev3.lock, flags);

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mips/rb532/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ static unsigned long __init cal_r4koff(void)

void __init plat_time_init(void)
{
unsigned int est_freq, flags;
unsigned long r4k_offset;
unsigned int est_freq;
unsigned long flags, r4k_offset;

local_irq_save(flags);

Expand Down

0 comments on commit f376e5b

Please sign in to comment.