[alsa-devel] Typo in soc/atmel/sam9g20_wm8731.c
8 Aug
2009
8 Aug
'09
7:02 p.m.
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;
5615
Age (days ago)
5615
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pedro I. Sanchez