Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146836
b: refs/heads/master
c: 7fc1e5c
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Paul Mundt committed May 22, 2009
1 parent 2ffea54 commit faf5753
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 30cff215b54b20d201a2bd7d50361c4c14700281
refs/heads/master: 7fc1e5c15fde0fa9d2c08441f6898a9e51593d47
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/sh4a/clock-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ struct clk_ops *onchip_ops[] = {
void __init
arch_init_clk_ops(struct clk_ops **ops, int type)
{
BUG_ON(type < 0 || type > ARRAY_SIZE(onchip_ops));
BUG_ON(type < 0 || type >= ARRAY_SIZE(onchip_ops));
*ops = onchip_ops[type];
}

Expand Down

0 comments on commit faf5753

Please sign in to comment.