[alsa-devel] Typo in soc/atmel/sam9g20_wm8731.c
Pedro I. Sanchez
psanchez at fosstel.com
Sat Aug 8 19:02:16 CEST 2009
Hello,
This is a patch to fix what I believe is a typo in this file.
---
sound/soc/atmel/sam9g20_wm8731.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/atmel/sam9g20_wm8731.c
b/sound/soc/atmel/sam9g20_wm8731.c
index 173a239..baa42f3 100644
--- a/sound/soc/atmel/sam9g20_wm8731.c
+++ b/sound/soc/atmel/sam9g20_wm8731.c
@@ -341,7 +341,7 @@ static int __init at91sam9g20ek_init(void)
}
pllb = clk_get(NULL, "pllb");
- if (IS_ERR(mclk)) {
+ if (IS_ERR(pllb)) {
printk(KERN_ERR "ASoC: Failed to get PLLB\n");
ret = PTR_ERR(mclk);
goto err_mclk;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: psanchez.vcf
Type: text/x-vcard
Size: 204 bytes
Desc: not available
Url : http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20090808/6bb71c16/attachment.bin
More information about the Alsa-devel
mailing list