[mythtv-commits] [MythTV/mythtv] e0844e: Remove unused HasLock call on tuner that is not ye...

kmdewaal noreply at github.com
Tue Apr 30 08:12:36 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: e0844ea7e405fa787d339170bd5dca7dcddff9d6
      https://github.com/MythTV/mythtv/commit/e0844ea7e405fa787d339170bd5dca7dcddff9d6
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2019-04-30 (Tue, 30 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dvbsignalmonitor.cpp

  Log Message:
  -----------
  Remove unused HasLock call on tuner that is not yet tuned

In DVBSignalMonitor::DVBSignalMonitor function HasLock is called.
At the time the function is called the tuner has not been
tuned yet so checking for the lock status is not useful.
There is nothing done with the results of this call except
giving an error message if the call fails.
The reason to remove this call is that the frontend
"Silicon Labs Si2168", used in the MyGica T230, returns
the EREMOTEIO error on FE_READ_STATUS if the tuner is not tuned.

Refs #13447




More information about the mythtv-commits mailing list