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

Commit 15ddb513 authored by Monam Agarwal's avatar Monam Agarwal Committed by Mauro Carvalho Chehab
Browse files

[media] Staging: media: Fix line length exceeding 80 characters in as102_fe.c



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

Signed-off-by: default avatarMonam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent caabb840
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 {