All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Fix an obvious copy paste error in an error message
@ 2011-12-09 13:16 Lothar Waßmann
  2011-12-11  3:00 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Lothar Waßmann @ 2011-12-09 13:16 UTC (permalink / raw)
  To: alsa-devel; +Cc: linux-kernel, Mark Brown, Liam Girdwood, Lothar Waßmann

The message was obviously copied from soc_init_codec_debugfs()

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
---
 sound/soc/soc-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index a5d3685..9548881 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -412,7 +412,7 @@ static void soc_init_card_debugfs(struct snd_soc_card *card)
 						     snd_soc_debugfs_root);
 	if (!card->debugfs_card_root) {
 		dev_warn(card->dev,
-			 "ASoC: Failed to create codec debugfs directory\n");
+			 "ASoC: Failed to create card debugfs directory\n");
 		return;
 	}
 
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: Fix an obvious copy paste error in an error message
  2011-12-09 13:16 [PATCH] ASoC: Fix an obvious copy paste error in an error message Lothar Waßmann
@ 2011-12-11  3:00 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2011-12-11  3:00 UTC (permalink / raw)
  To: Lothar Waßmann; +Cc: alsa-devel, linux-kernel, Liam Girdwood

On Fri, Dec 09, 2011 at 02:16:29PM +0100, Lothar Waßmann wrote:
> The message was obviously copied from soc_init_codec_debugfs()

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-11  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-09 13:16 [PATCH] ASoC: Fix an obvious copy paste error in an error message Lothar Waßmann
2011-12-11  3:00 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.