Re: [PATCH 9/9] hw/display/omap_lcdc: Delete unnecessary macro

2021-02-15 Thread Philippe Mathieu-Daudé
On 2/15/21 11:32 AM, Peter Maydell wrote: > The macro draw_line_func is used only once; just expand it. > > Signed-off-by: Peter Maydell > --- > hw/display/omap_lcdc.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 9/9] hw/display/omap_lcdc: Delete unnecessary macro

2021-02-15 Thread Peter Maydell
The macro draw_line_func is used only once; just expand it. Signed-off-by: Peter Maydell --- hw/display/omap_lcdc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c index 2db04fad2fc..0ba42ef637c 100644 --- a/hw/display/omap_l