Skip to content

Commit

Permalink
[media] Staging: media: Fix line length exceeding 80 characters in as…
Browse files Browse the repository at this point in the history
…102_fe.c

This patch fixes the following checkpatch.pl issues in
as102/as102_fe.c
WARNING: line over 80 characters

Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Monam Agarwal authored and Mauro Carvalho Chehab committed Jan 15, 2014
1 parent caabb84 commit 15ddb51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/media/as102/as102_fe.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ static int as102_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)

if (acquire) {
if (elna_enable)
as10x_cmd_set_context(&dev->bus_adap, CONTEXT_LNA, dev->elna_cfg);
as10x_cmd_set_context(&dev->bus_adap,
CONTEXT_LNA, dev->elna_cfg);

ret = as10x_cmd_turn_on(&dev->bus_adap);
} else {
Expand Down

0 comments on commit 15ddb51

Please sign in to comment.