Title: [4213] trunk/sound/soc/blackfin: fix typo in msg
- Revision
- 4213
- Author
- vapier
- Date
- 2008-02-01 13:57:39 -0600 (Fri, 01 Feb 2008)
Log Message
fix typo in msg
Diffstat
bf5xx-ac97.c | 2 +-
bf5xx-wm8731.c | 2 +-
bf5xx-wm8750.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified Paths
Diff
Modified: trunk/sound/soc/blackfin/bf5xx-ac97.c (4212 => 4213)
--- trunk/sound/soc/blackfin/bf5xx-ac97.c 2008-02-01 14:47:24 UTC (rev 4212)
+++ trunk/sound/soc/blackfin/bf5xx-ac97.c 2008-02-01 19:57:39 UTC (rev 4213)
@@ -292,7 +292,7 @@
return -ENOMEM;
if (peripheral_request_list(&sport_req[sport_num][0], "soc-audio")) {
- printk(KERN_ERR "Requesting Peripherals faild\n");
+ printk(KERN_ERR "Requesting Peripherals failed\n");
return -EFAULT;
}
Modified: trunk/sound/soc/blackfin/bf5xx-wm8731.c (4212 => 4213)
--- trunk/sound/soc/blackfin/bf5xx-wm8731.c 2008-02-01 14:47:24 UTC (rev 4212)
+++ trunk/sound/soc/blackfin/bf5xx-wm8731.c 2008-02-01 19:57:39 UTC (rev 4213)
@@ -174,7 +174,7 @@
printd("%s\n", __func__);
if (peripheral_request_list(&sport_req[sport_num][0], "soc-audio")) {
- printk(KERN_ERR "Requesting Peripherals faild\n");
+ printk(KERN_ERR "Requesting Peripherals failed\n");
return -EFAULT;
}
Modified: trunk/sound/soc/blackfin/bf5xx-wm8750.c (4212 => 4213)
--- trunk/sound/soc/blackfin/bf5xx-wm8750.c 2008-02-01 14:47:24 UTC (rev 4212)
+++ trunk/sound/soc/blackfin/bf5xx-wm8750.c 2008-02-01 19:57:39 UTC (rev 4213)
@@ -196,7 +196,7 @@
printd("%s\n", __func__);
if (peripheral_request_list(&sport_req[sport_num][0], "soc-audio")) {
- printk(KERN_ERR "Requesting Peripherals faild\n");
+ printk(KERN_ERR "Requesting Peripherals failed\n");
return -EFAULT;
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits