Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28542
b: refs/heads/master
c: 40a4f7a
h: refs/heads/master
v: v3
  • Loading branch information
Jaya Kumar authored and Jaroslav Kysela committed Jun 22, 2006
1 parent 8edc2dc commit 67f43f3
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: 63eb1e4bd2975f1d1102c1f44e4fd6fcd76f7792
refs/heads/master: 40a4f7a014339712a9f81b5fad99558611e99ca1
3 changes: 2 additions & 1 deletion trunk/sound/pci/cs5535audio/cs5535audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ static unsigned short snd_cs5535audio_codec_read(struct cs5535audio *cs5535au,
udelay(1);
} while (--timeout);
if (!timeout)
snd_printk(KERN_ERR "Failure reading cs5535 codec\n");
snd_printk(KERN_ERR "Failure reading codec reg 0x%x,"
"Last value=0x%x\n", reg, val);

return (unsigned short) val;
}
Expand Down

0 comments on commit 67f43f3

Please sign in to comment.