On Mon, Jan 31, 2022 at 10:05:40PM +0100, Daniel Vetter wrote:
> It's only one flag and slightly tidier code.
> 
> Signed-off-by: Daniel Vetter <daniel.vet...@intel.com>
> Cc: Daniel Vetter <dan...@ffwll.ch>
> Cc: Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp>
> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> Cc: Du Cheng <duche...@gmail.com>
> Cc: Thomas Zimmermann <tzimmerm...@suse.de>
> Cc: Claudio Suarez <c...@net-c.es>
Acked-by: Sam Ravnborg <s...@ravnborg.org>

Next step is to convert some of the int flags to bool - so it is obvious
this is bool and not an int.
I do not like bitfields for bools when there is no big win in memory
usage - so not fan of that suggestion.

        Sam

Reply via email to