aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisael Lopez Cruz2013-06-16 02:25:04 -0500
committerMisael Lopez Cruz2013-07-22 15:04:26 -0500
commit514bce18bc4c0339555296c2f4b094035dc8e2b7 (patch)
tree5b6100f0b04b22ba59d8aefa5e0df24a010179e0
parent3617904a2b12714fa50e475afafc76421141fbe3 (diff)
downloadkernel-audio-514bce18bc4c0339555296c2f4b094035dc8e2b7.tar.gz
kernel-audio-514bce18bc4c0339555296c2f4b094035dc8e2b7.tar.xz
kernel-audio-514bce18bc4c0339555296c2f4b094035dc8e2b7.zip
ASoC: omap-hdmi-card: Remove redundant print
HDMI card name is already printed when card is registered in ALSA, no need to print it again. Change-Id: I4bbe1acc45ab647a6a28824f3cb86a14163ba054 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi-card.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c
index 1e32bf884a8a..cb9ad8231d3f 100644
--- a/sound/soc/omap/omap-hdmi-card.c
+++ b/sound/soc/omap/omap-hdmi-card.c
@@ -74,8 +74,6 @@ static int omap_hdmi_probe(struct platform_device *pdev)
74 return -ENODEV; 74 return -ENODEV;
75 } 75 }
76 76
77 printk(KERN_ERR "card name is %s", card->name);
78
79 dev_node = of_parse_phandle(node, "ti,hdmi_audio", 0); 77 dev_node = of_parse_phandle(node, "ti,hdmi_audio", 0);
80 if (!dev_node) { 78 if (!dev_node) {
81 dev_err(&pdev->dev, "hdmi node is not provided\n"); 79 dev_err(&pdev->dev, "hdmi node is not provided\n");