Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257548
b: refs/heads/master
c: c209740
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Mark Brown committed Jun 20, 2011
1 parent d128fb4 commit 5b7b08f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 29376bc7e2bbb745c9ad47e48ca706ac5a24897f
refs/heads/master: c20974090e9093b8b69b37543cba381336c41ab7
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/adau1701.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,10 @@ static unsigned int adau1701_register_size(struct snd_soc_codec *codec,
static int adau1701_write(struct snd_soc_codec *codec, unsigned int reg,
unsigned int value)
{
unsigned int i, ret;
unsigned int i;
unsigned int size;
uint8_t buf[4];
int ret;

size = adau1701_register_size(codec, reg);
if (size == 0)
Expand Down

0 comments on commit 5b7b08f

Please sign in to comment.