linuxdvb: diseqc tune - show the wait trace msg for rotor

This commit is contained in:
Jaroslav Kysela 2014-09-19 22:48:02 +02:00
parent 7087d29dd5
commit 24e2c3dd10

View file

@ -651,6 +651,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
/* Pending */
if (r != 0) {
tvhtrace("diseqc", "waiting %d seconds to finish setup for %s", r, lds[i]->ld_type);
gtimer_arm(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
ls->ls_diseqc_idx = i + 1;
return 0;