V4L/DVB (6700): pvrusb2: Soften the crashed encoder warning message
authorMike Isely <isely@pobox.com>
Mon, 26 Nov 2007 05:11:38 +0000 (02:11 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:05 +0000 (19:03 -0200)
The pvrusb2 driver has been successfully recovering from a crashed
encoder now for over 2 years.  I think it's time to reduce the
perceived severity of the warning message.  While I'd still very much
like to stop these crashes, the recovery logic is solid enough that
the problem is effectively benign.  No point in panicing the users
over it.

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-encoder.c

index 4271b41..52b3995 100644 (file)
@@ -286,8 +286,7 @@ static int pvr2_encoder_cmd(void *ctxt,
                        pvr2_trace(
                                PVR2_TRACE_ERROR_LEGS,
                                "Giving up on command."
-                               "  It is likely that"
-                               " this is a bad idea...");
+                               "  This is normally recovered by the driver.");
                        break;
                }
                wrData[0] = 0x7;