Re: [PATCH 10/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

2017-11-27 Thread Daniel Vetter
On Fri, Nov 24, 2017 at 06:53:33PM +0100, Michał Mirosław wrote: > Interpret (otherwise-invalid) NULL apertures argument to mean all-memory > range. This will allow to remove several duplicates of this code from > drivers in following patches. > > Signed-off-by: Michał Mirosław > --- > drivers/v

[PATCH 10/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()

2017-11-27 Thread Michał Mirosław
Interpret (otherwise-invalid) NULL apertures argument to mean all-memory range. This will allow to remove several duplicates of this code from drivers in following patches. Signed-off-by: Michał Mirosław --- drivers/video/fbdev/core/fbmem.c | 14 ++ 1 file changed, 14 insertions(+)