From 1862d8040cd95767afafe8a7cad8415fec6b3c7e Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Mon, 15 Aug 2011 21:57:53 +0000 Subject: [PATCH] wcte12xp, wctdm24xxp: Remove frowny face from vpmoct032 error message :O( Signed-off-by: Russ Meyerriecks git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10141 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/voicebus/vpmoct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/voicebus/vpmoct.c b/drivers/dahdi/voicebus/vpmoct.c index 0a31c97..3280e69 100644 --- a/drivers/dahdi/voicebus/vpmoct.c +++ b/drivers/dahdi/voicebus/vpmoct.c @@ -72,7 +72,7 @@ static int _vpmoct_read(struct vpmoct *vpm, u8 address, list_del(&cmd->node); spin_unlock_irqrestore(&vpm->list_lock, flags); kfree(cmd); - dev_err(vpm->dev, "vpmoct_read_byte cmd timed out :O(\n"); + dev_err(vpm->dev, "vpmoct_read_byte cmd timed out\n"); return 0; }