From: Patrick Boettcher Date: Wed, 20 May 2015 07:58:49 +0000 (-0300) Subject: [media] cx24120: fix minor checkpatch-error X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=71df673132cd5eef9ae2d9c79e3a446249de4961;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git [media] cx24120: fix minor checkpatch-error Remove multiple blank likes. Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/cx24120.c b/drivers/media/dvb-frontends/cx24120.c index d1c7ccb94c22..a14d0f1cc71e 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; }