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 <[email protected]>
> Cc: Daniel Vetter <[email protected]>
> Cc: Tetsuo Handa <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: Du Cheng <[email protected]>
> Cc: Thomas Zimmermann <[email protected]>
> Cc: Claudio Suarez <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
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