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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Colin Ian King
2017-11-23 05:19:19 -05:00
کامیت شده توسط Mauro Carvalho Chehab
والد c4d84547d5
کامیت 2ddc125de8
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده

مشاهده پرونده

@@ -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) {