Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71df6731 authored by Patrick Boettcher's avatar Patrick Boettcher Committed by Mauro Carvalho Chehab
Browse files

[media] cx24120: fix minor checkpatch-error



Remove multiple blank likes.

Signed-off-by: default avatarPatrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent c9adafa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1463,8 +1463,8 @@ static int cx24120_init(struct dvb_frontend *fe)
	c->block_count.len = 1;
	c->block_count.len = 1;
	c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE;
	c->block_count.stat[0].scale = FE_SCALE_NOT_AVAILABLE;



	state->cold_init = 1;
	state->cold_init = 1;

	return 0;
	return 0;
}
}