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

Commit 2ddc125d authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab
Browse files

media: dvb_frontend: remove redundant status self assignment



The assignment status to itself is redundant and can be removed.
Detected with Coccinelle.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c4d84547
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2138,7 +2138,6 @@ static int DRX_Start(struct drxd_state *state, s32 off)
			}
			break;
		}
		status = status;
		if (status < 0)
			break;

@@ -2249,7 +2248,6 @@ static int DRX_Start(struct drxd_state *state, s32 off)
			break;

		}
		status = status;
		if (status < 0)
			break;

@@ -2316,7 +2314,6 @@ static int DRX_Start(struct drxd_state *state, s32 off)
			}
			break;
		}
		status = status;
		if (status < 0)
			break;

+0 −1
Original line number Diff line number Diff line
@@ -674,7 +674,6 @@ static int PowerScan(struct tda_state *state,
			Count = 200000;
			wait = true;
		}
		status = status;
		if (status < 0)
			break;
		if (CID_Gain >= CID_Target) {