Skip to content

Commit

Permalink
only warn once about zigzag scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
internal committed Aug 1, 2023
1 parent 98f98fe commit 52b4019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dvb-core/dvb_frontend.c
Expand Up @@ -489,8 +489,8 @@ static void dvb_frontend_swzigzag(struct dvb_frontend *fe)
struct dtv_frontend_properties *c = &fe->dtv_property_cache, tmp;

if (fepriv->max_drift)
dev_warn(fe->dvb->device,
"Frontend requested software zigzag, but didn't set the frequency step size\n");
dev_warn_once(fe->dvb->device,
"Frontend requested software zigzag, but didn't set the frequency step size\n");

/* if we've got no parameters, just keep idling */
if (fepriv->state & FESTATE_IDLE) {
Expand Down

0 comments on commit 52b4019

Please sign in to comment.