Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68206
b: refs/heads/master
c: af24fdc
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 0f7e9b3 commit 0e4c6e1
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: e7109a96e6e2a1f7c4b778146902d86c4f558949
refs/heads/master: af24fdc1685ff8b27075afbc12d7f6b35b385ae1
6 changes: 3 additions & 3 deletions trunk/arch/sh/boards/renesas/x3proto/ilsel.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ void ilsel_disable(unsigned int irq)
unsigned long addr;
unsigned int tmp;

addr = mk_ilsel_addr(bit);
addr = mk_ilsel_addr(irq);

tmp = ctrl_inw(addr);
tmp &= ~(0xf << mk_ilsel_shift(bit));
tmp &= ~(0xf << mk_ilsel_shift(irq));
ctrl_outw(tmp, addr);

clear_bit(bit, &ilsel_level_map);
clear_bit(irq, &ilsel_level_map);
}
EXPORT_SYMBOL_GPL(ilsel_disable);

0 comments on commit 0e4c6e1

Please sign in to comment.