[mythtv-commits] Ticket #11298: Changeset be8dd3067b broke working of DVB-C cam module

MythTV noreply at mythtv.org
Sun May 12 15:46:17 UTC 2013


#11298: Changeset be8dd3067b broke working of DVB-C cam module
----------------------------------+-----------------------------
 Reporter:  gemma.daan@…          |          Owner:  danielk
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.27
Component:  MythTV - DVB          |        Version:  Master Head
 Severity:  high                  |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by klaas.de.waal@…):

 The error message added recently results in an endless stream of "E
 ERROR: Poll Error" messages, about 10 per second, in my otherwise
 correctly working system.
 The reason for this is that the "Tc->Poll()" method can also returns a
 value " != OK  " when there is nothing wrong.[[BR]]
 The way I understand it is that the function must be called and that the
 function value should be ignored. This is the way the code has been
 working in the last few years. Apparently the reason to change the code
 has been to remove compiler warnings.
 I think that to achieve this the function must not be called inside the
 "if" statement.[[BR]]
 I will attach a trivial patch for this.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11298#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list