Skip to content

Commit 0cc4a0c

Browse files
media: dib0700: Fix identation issue in dib8096_set_param_override()
Fix identation issues. Fixes: 5e9c85d ("[media] dib8096: enhancement") Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
1 parent 210e799 commit 0cc4a0c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

drivers/media/usb/dvb-usb/dib0700_devices.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,14 +1659,14 @@ static int dib8096_set_param_override(struct dvb_frontend *fe)
16591659

16601660
switch (band) {
16611661
default:
1662-
deb_info("Warning : Rf frequency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency);
1662+
deb_info("Warning : Rf frequency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency);
16631663
fallthrough;
16641664
case BAND_VHF:
1665-
state->dib8000_ops.set_gpio(fe, 3, 0, 1);
1666-
break;
1665+
state->dib8000_ops.set_gpio(fe, 3, 0, 1);
1666+
break;
16671667
case BAND_UHF:
1668-
state->dib8000_ops.set_gpio(fe, 3, 0, 0);
1669-
break;
1668+
state->dib8000_ops.set_gpio(fe, 3, 0, 0);
1669+
break;
16701670
}
16711671

16721672
ret = state->set_param_save(fe);

0 commit comments

Comments
 (0)