Re: [PATCH v4 12/18] staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
Greg Kroah-Hartman <[email protected]>
| Newsgroups | gmane.linux.drivers.video-input-infrastructure,gmane.linux.ports.sh.devel,gmane.comp.video.dri.devel,gmane.linux.kernel,gmane.comp.freedesktop.amd-gfx,gmane.linux.kernel.input,gmane.linux.ports.arm.kernel,gmane.linux.ports.geode,gmane.linux.ports.arm.omap,gmane.linux.ports.ppc64.devel,gmane.comp.emulators.kvm.devel |
|---|---|
| Message-ID | <2023071644-celery-name-af50@gregkh> |
On Sat, Jul 15, 2023 at 08:51:54PM +0200, Thomas Zimmermann wrote: > The flag FBINFO_FLAG_DEFAULT is 0 and has no effect, as struct > fbinfo.flags has been allocated to zero by framebuffer_alloc(). So do > not set it. > > Flags should signal differences from the default values. After cleaning > up all occurrences of FBINFO_DEFAULT, the token will be removed. > > v2: > * fix commit message (Miguel) > > Signed-off-by: Thomas Zimmermann <[email protected]> > Acked-by: Sam Ravnborg <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Sudip Mukherjee <[email protected]> > Cc: Teddy Wang <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]>