Skip to content

Commit

Permalink
di: clean up deadcode in flm
Browse files Browse the repository at this point in the history
PD#150460: driver defect clean up
torvalds#57

Change-Id: I91f65ecadb8799971503fa26e1e58a557d54516e
Signed-off-by: KeLe Bai <kele.bai@amlogic.com>
  • Loading branch information
KeLe Bai authored and akiernan committed Nov 3, 2022
1 parent 2eec41a commit fe3acf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/amlogic/media/deinterlace/flm_mod_xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ int FlmModsDet(struct sFlmDatSt *pRDat, int nDif01, int nDif02)
aXMI02[tT3] = aXId02[tT3];
nT4 += (16 - aMax02[tT3]);
}
nT4 /= nLen1;
nT4 /= nLen2;
tModLvl -= nT4;
} else {
nLen2 = -nMxMn[tT0][1];
Expand Down

0 comments on commit fe3acf9

Please sign in to comment.