Re: [PATCH v3 3/3] console/fbcon: Add support for deferred console takeover

From: Andy Shevchenko
Date: Tue Jun 26 2018 - 13:14:30 EST


On Tue, Jun 26, 2018 at 8:12 PM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Tue, Jun 26, 2018 at 4:55 PM, Hans de Goede <hdegoede@xxxxxxxxxx> wrote:

>> + for (i = 0; i < FB_MAX; i++) {
>> + if (registered_fb[i])
>> + fbcon_fb_registered(registered_fb[i]);
>> + }
>
> Simple git grep shows that we perhaps do
>
> #define for_each_registered_fbcon(i) ...

(Or just ..._fb() since it looks like iteration over framebuffers, not
exactly consoles)

>
> (As an example see for_each_pci_bridge() how it's done there)



--
With Best Regards,
Andy Shevchenko