提交 2ddc125d 编写于 作者: C Colin Ian King 提交者: Mauro Carvalho Chehab

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: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 c4d84547
......@@ -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;
......
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册