diff options
author | Patrick Boettcher <patrick.boettcher@posteo.de> | 2015-05-20 07:58:49 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-20 12:04:02 (GMT) |
commit | 71df673132cd5eef9ae2d9c79e3a446249de4961 (patch) | |
tree | 57ba06fc95777d1b64437880c5111979e05e2060 | |
parent | c9adafa3b2fd4bc5f15cdf95e6cbd25256ae0f28 (diff) | |
download | linux-71df673132cd5eef9ae2d9c79e3a446249de4961.tar.xz |
[media] cx24120: fix minor checkpatch-error
Remove multiple blank likes.
Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/dvb-frontends/cx24120.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/cx24120.c b/drivers/media/dvb-frontends/cx24120.c index d1c7ccb..a14d0f1 100644 --- a/drivers/media/dvb-frontends/cx24120.c +++ b/drivers/media/dvb-frontends/cx24120.c @@ -1463,8 +1463,8 @@ static int cx24120_init(struct dvb_frontend *fe) c->block_count.len = 1; c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE; - state->cold_init = 1; + return 0; } |