This commit is contained in:
Ralph Metzler 2017-04-07 12:22:29 +02:00
parent eb6652f18f
commit b3806c61ce
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ struct dvb_frontend *lnbh25_attach(struct dvb_frontend *fe,
fe->ops.enable_high_lnb_voltage = lnbh25_enable_high_lnb_voltage;
fe->ops.release_sec = lnbh25_release;
pr_info("LNB25 on %02x\n", lnbh->adr);
pr_info("LNBH25 on %02x\n", lnbh->adr);
return fe;
}