Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193399
b: refs/heads/master
c: 4f6f22d
h: refs/heads/master
i:
  193397: 2362273
  193395: 285ea9f
  193391: 6f9c53a
v: v3
  • Loading branch information
Phil Carmody authored and Mark Brown committed Apr 20, 2010
1 parent 6ef23e7 commit f817bf6
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: d4a8ca246146099e9068fc87cd2bc565896bc186
refs/heads/master: 4f6f22d7bef77dfb6b27eaed4240784339c546e6
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static const u8 da7210_reg[] = {
static inline u32 da7210_read_reg_cache(struct snd_soc_codec *codec, u32 reg)
{
u8 *cache = codec->reg_cache;
BUG_ON(reg > ARRAY_SIZE(da7210_reg));
BUG_ON(reg >= ARRAY_SIZE(da7210_reg));
return cache[reg];
}

Expand Down

0 comments on commit f817bf6

Please sign in to comment.