Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] radio-si476x: Fix indent

As reported by smatch:
drivers/media/radio/radio-si476x.c:571 si476x_radio_do_post_powerup_init() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+2 -2
+2 -2
drivers/media/radio/radio-si476x.c
··· 568 568 err = regcache_sync_region(radio->core->regmap, 569 569 SI476X_PROP_DIGITAL_IO_INPUT_SAMPLE_RATE, 570 570 SI476X_PROP_DIGITAL_IO_OUTPUT_FORMAT); 571 - if (err < 0) 572 - return err; 571 + if (err < 0) 572 + return err; 573 573 574 574 err = regcache_sync_region(radio->core->regmap, 575 575 SI476X_PROP_AUDIO_DEEMPHASIS,