Re: [PATCH] video: fbdev: amiga: Simplify amifb_pan_display()

2022-07-11 Thread Helge Deller
On 7/11/22 17:35, Geert Uytterhoeven wrote: > The fb_pan_display() function in the core already takes care of > validating most panning parameters before calling the driver's > .fb_pan_display() callback, and of updating the panning state > afterwards, so there is no need to repeat that in the driv

[PATCH] video: fbdev: amiga: Simplify amifb_pan_display()

2022-07-11 Thread Geert Uytterhoeven
The fb_pan_display() function in the core already takes care of validating most panning parameters before calling the driver's .fb_pan_display() callback, and of updating the panning state afterwards, so there is no need to repeat that in the driver. Remove the duplicate code. Signed-off-by: Geer