mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
only warn once about zigzag scanning
This commit is contained in:
parent
98f98fea0e
commit
52b40198eb
@ -489,8 +489,8 @@ static void dvb_frontend_swzigzag(struct dvb_frontend *fe)
|
|||||||
struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp;
|
struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp;
|
||||||
|
|
||||||
if (fepriv->max_drift)
|
if (fepriv->max_drift)
|
||||||
dev_warn(fe->dvb->device,
|
dev_warn_once(fe->dvb->device,
|
||||||
"Frontend requested software zigzag, but didn't set the frequency step size\n");
|
"Frontend requested software zigzag, but didn't set the frequency step size\n");
|
||||||
|
|
||||||
/* if we've got no parameters, just keep idling */
|
/* if we've got no parameters, just keep idling */
|
||||||
if (fepriv->state & FESTATE_IDLE) {
|
if (fepriv->state & FESTATE_IDLE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user