Message ID | 20210602024728.74862-1-lijian_8010a29@163.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | video: fbdev: kyro: STG4000OverlayDevice.c: deleted the repeated word | expand |
diff --git a/drivers/video/fbdev/kyro/STG4000OverlayDevice.c b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c index 9fde0e3b69ec..7a09178024a6 100644 --- a/drivers/video/fbdev/kyro/STG4000OverlayDevice.c +++ b/drivers/video/fbdev/kyro/STG4000OverlayDevice.c @@ -398,7 +398,9 @@ int SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, ulDecimated = (ulBits * ulApplied) + Overlap((ulSrc % 32), ulPattern); - ulSrc = ulSrc - ulDecimated; /* the number number of lines that will go into the scaler */ + + /* the number of lines that will go into the scaler */ + ulSrc = ulSrc - ulDecimated; } if (ulBits && (ulBits != 32)) {