Re: [PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-16 Thread Sam Ravnborg
; Not on the original mail I received. > > Looks fine to me: > > Date: Fri, 13 Nov 2020 13:49:10 + > From: Lee Jones > To: lee.jo...@linaro.org > Cc: linux-kernel@vger.kernel.org, Eric Anholt , David Airlie > , Daniel Vetter , > dri-de...@lists.freedesktop.org

Re: [PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-16 Thread Lee Jones
he can be aware of this fix. > > > > Eric Anholt? > > > > He's on Cc? > Not on the original mail I received. Looks fine to me: Date: Fri, 13 Nov 2020 13:49:10 + From: Lee Jones To: lee.jo...@linaro.org Cc: linux-kernel@vger.kernel.org, Eric Anholt , David A

Re: [PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-16 Thread Sam Ravnborg
Hi Lee, On Mon, Nov 16, 2020 at 08:40:23AM +, Lee Jones wrote: > On Sat, 14 Nov 2020, Sam Ravnborg wrote: > > > Hi Lee, > > On Fri, Nov 13, 2020 at 01:49:10PM +, Lee Jones wrote: > > > Fixes the following W=1 kernel build warning(s): > > > > > > drivers/gpu/drm/pl111/pl111_display.c:356:

Re: [PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-16 Thread Lee Jones
On Sat, 14 Nov 2020, Sam Ravnborg wrote: > Hi Lee, > On Fri, Nov 13, 2020 at 01:49:10PM +, Lee Jones wrote: > > Fixes the following W=1 kernel build warning(s): > > > > drivers/gpu/drm/pl111/pl111_display.c:356:6: warning: no previous > > prototype for ‘pl111_display_disable’ [-Wmissing-pro

Re: [PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-14 Thread Sam Ravnborg
Hi Lee, On Fri, Nov 13, 2020 at 01:49:10PM +, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/pl111/pl111_display.c:356:6: warning: no previous prototype > for ‘pl111_display_disable’ [-Wmissing-prototypes] > > Cc: Eric Anholt > Cc: David Airlie > C

[PATCH 12/40] drm/pl111/pl111_display: Make local function static

2020-11-13 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/pl111/pl111_display.c:356:6: warning: no previous prototype for ‘pl111_display_disable’ [-Wmissing-prototypes] Cc: Eric Anholt Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org Signed-off-by: Lee Jones ---