diff options
author | Mike Isely <isely@pobox.com> | 2007-11-25 23:11:38 -0600 |
---|---|---|
committer | Mike Isely <isely@pobox.com> | 2007-11-25 23:11:38 -0600 |
commit | 6946442e01cb5656be50ea2e30628b871552ba15 (patch) | |
tree | ffefb6894ca17e0cd079e0f57d9489a988f2858d /linux/drivers/media/video | |
parent | fa5023bc58b70398ee8da40d7496bc0a24476f52 (diff) | |
download | mediapointer-dvb-s2-6946442e01cb5656be50ea2e30628b871552ba15.tar.gz mediapointer-dvb-s2-6946442e01cb5656be50ea2e30628b871552ba15.tar.bz2 |
pvrusb2: Soften the crashed encoder warning message
From: Mike Isely <isely@pobox.com>
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>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c index 4c52855e8..d71bb3dff 100644 --- a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c +++ b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c @@ -308,8 +308,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; |