kernel/drivers/video/fbdev/kyro/STG4000OverlayDevice.c
.. .. @@ -331,7 +331,7 @@ 331 331 u32 ulScale; 332 332 u32 ulLeft, ulRight; 333 333 u32 ulSrcLeft, ulSrcRight; 334 - u32 ulScaleLeft, ulScaleRight;334 + u32 ulScaleLeft;335 335 u32 ulhDecim; 336 336 u32 ulsVal; 337 337 u32 ulVertDecFactor; .. .. @@ -470,7 +470,6 @@ 470 470 * round down the pixel pos to the nearest 8 pixels. 471 471 */ 472 472 ulScaleLeft = ulSrcLeft; 473 - ulScaleRight = ulSrcRight;474 473 475 474 /* shift fxscale until it is in the range of the scaler */ 476 475 ulhDecim = 0;