aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2007-11-26 00:11:38 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:03:05 -0500
commit65bd80fe18b6abb63776746646321b41b44d70a7 (patch)
tree23c9b21208d2b46429c412edb816f21bd4d3d4ce
parent056d1a899201f02777a35a32f8e6c9a2aac63f63 (diff)
V4L/DVB (6700): pvrusb2: Soften the crashed encoder warning message
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>
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-encoder.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
index 4271b4132664..52b39954f990 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c
@@ -286,8 +286,7 @@ static int pvr2_encoder_cmd(void *ctxt,
286 pvr2_trace( 286 pvr2_trace(
287 PVR2_TRACE_ERROR_LEGS, 287 PVR2_TRACE_ERROR_LEGS,
288 "Giving up on command." 288 "Giving up on command."
289 " It is likely that" 289 " This is normally recovered by the driver.");
290 " this is a bad idea...");
291 break; 290 break;
292 } 291 }
293 wrData[0] = 0x7; 292 wrData[0] = 0x7;