The patch number 13223 was added via Mike Isely <is...@pobox.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Mike Isely  <is...@pobox.com>
pvrusb2: Soften encoder warning message


pvrusb2: Encoder failures are mostly recoverable by the driver.  While
it would sure be nice not to have the failure happen in the first
place, this has been going on for years and I doubt that a real
solution will ever present itself.  I think that part's firmware is
just slightly flakey and we have to deal with it.  The driver does
deal with it just fine, but the warning message going into the kernel
log is probably a little more alarming than it should be.  So try to
soften up the warning somewhat.

Priority: normal

Signed-off-by: Mike Isely <is...@pobox.com>


---

 linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff -r 8b198ce54889 -r b902478b9d31 
linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c       Sun Oct 11 
22:13:28 2009 -0500
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-encoder.c       Sun Oct 11 
22:18:13 2009 -0500
@@ -316,7 +316,10 @@
                        pvr2_trace(
                                PVR2_TRACE_ERROR_LEGS,
                                "Giving up on command."
-                               "  This is normally recovered by the driver.");
+                               "  This is normally recovered via a firmware"
+                               " reload and re-initialization; concern"
+                               " is only warranted if this happens repeatedly"
+                               " and rapidly.");
                        break;
                }
                wrData[0] = 0x7;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/b902478b9d319976749c495371fe3747ee3fd217

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to