diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-29 15:40:24 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 12:03:25 +0300 |
commit | 2be20f74c07be7a651da982d5865a04f42f174d8 (patch) | |
tree | 758b700487edfb36ed11068b35c048f8948d9c0f /drivers/media/tuners | |
parent | 2b257d18f02dc2894ccb94fdb0f305ca0ded6376 (diff) | |
download | linux-2be20f74c07be7a651da982d5865a04f42f174d8.tar.xz |
[media] r820t: fix identing
drivers/media/tuners/r820t.c:945 r820t_sysfreq_sel() warn: inconsistent indenting
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/tuners')
-rw-r--r-- | drivers/media/tuners/r820t.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/tuners/r820t.c b/drivers/media/tuners/r820t.c index 71159a58860f..a7a8452e99d2 100644 --- a/drivers/media/tuners/r820t.c +++ b/drivers/media/tuners/r820t.c @@ -941,8 +941,8 @@ static int r820t_sysfreq_sel(struct r820t_priv *priv, u32 freq, rc = r820t_write_reg_mask(priv, 0x10, 0x00, 0x04); if (rc < 0) return rc; - } - return 0; + } + return 0; } static int r820t_set_tv_standard(struct r820t_priv *priv, |