提交 0cc4a0c4 编写于 作者: G Gustavo A. R. Silva

media: dib0700: Fix identation issue in dib8096_set_param_override()

Fix identation issues.

Fixes: 5e9c85d9 ("[media] dib8096: enhancement")
Reported-by: NLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: NGustavo A. R. Silva <gustavoars@kernel.org>
上级 210e799e
......@@ -1659,14 +1659,14 @@ static int dib8096_set_param_override(struct dvb_frontend *fe)
switch (band) {
default:
deb_info("Warning : Rf frequency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency);
deb_info("Warning : Rf frequency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency);
fallthrough;
case BAND_VHF:
state->dib8000_ops.set_gpio(fe, 3, 0, 1);
break;
state->dib8000_ops.set_gpio(fe, 3, 0, 1);
break;
case BAND_UHF:
state->dib8000_ops.set_gpio(fe, 3, 0, 0);
break;
state->dib8000_ops.set_gpio(fe, 3, 0, 0);
break;
}
ret = state->set_param_save(fe);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册