On Wed, Nov 15, 2023 at 11:30 AM Thomas Zimmermann <tzimmerm...@suse.de> wrote:
>
> +       fbdev->info->flags |= FBINFO_VIRTFB;

Is the `|=` (instead of just `=`) used in case someone adds something
to the flags before (e.g. `fb_bl_default_curve`) or due to some other
reason? (One of the other patches uses `=`).

In any case, if that is intended:

Acked-by: Miguel Ojeda <oj...@kernel.org>

Cheers,
Miguel

Reply via email to