Skip to content

Commit

Permalink
[media] cx24120: fix minor checkpatch-error
Browse files Browse the repository at this point in the history
Remove multiple blank likes.

Signed-off-by: Patrick Boettcher <patrick.boettcher@posteo.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
  • Loading branch information
Patrick Boettcher authored and Mauro Carvalho Chehab committed May 20, 2015
1 parent c9adafa commit 71df673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb-frontends/cx24120.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 71df673

Please sign in to comment.