Re: [PATCH v2 21/28] video: fbdev: tmiofb: Fix set but not used warnings

2020-11-30 Thread Sam Ravnborg
Hi Thomas, On Mon, Nov 30, 2020 at 03:36:44PM +0100, Thomas Zimmermann wrote: > > > Am 28.11.20 um 23:41 schrieb Sam Ravnborg: > > Fix W=1 warnings by avoiding local variables and use direct references. > > What's the bug here? sh define iounmap like this: #define iounmap(addr) do {

Re: [PATCH v2 21/28] video: fbdev: tmiofb: Fix set but not used warnings

2020-11-30 Thread Thomas Zimmermann
Am 28.11.20 um 23:41 schrieb Sam Ravnborg: Fix W=1 warnings by avoiding local variables and use direct references. What's the bug here? v2: - Updated subject (Lee) Signed-off-by: Sam Ravnborg Cc: Daniel Vetter Cc: Sam Ravnborg Cc: Jani Nikula Cc: Lee Jones --- drivers/video/fbde