[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Vc5FZ-N68vDhyGhCObUdek6JFccotctH-C5KmZ_boL6Wg@mail.gmail.com>
Date: Tue, 22 Mar 2022 16:56:02 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: lizhe <sensor1010@....com>
Cc: Florian Fainelli <f.fainelli@...il.com>,
bcm-kernel-feedback-list <bcm-kernel-feedback-list@...adcom.com>,
linux-arm Mailing List <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drivers/bus/brcmstb_gisb.c : Remove the
suppress_bind_attrs attribute of the driver
On Tue, Mar 22, 2022 at 4:52 PM Andy Shevchenko
<andy.shevchenko@...il.com> wrote:
> On Tue, Mar 22, 2022 at 12:41 AM lizhe <sensor1010@....com> wrote:
> >
> > Even if platform_driver does not set suppress_bind_attrs attribute,
> > when registering with platform_driver_probe, the value of
> > suppress_bind_attrs is still true, see __platform_driver_probe()
>
> Any reasons it can't be switched to builtin_platform_driver() macro
> and hence constification of the driver structure?
Ah, the patch that brought that assignment actually allows to built
the driver as a module, so, the correct patch would be to switch to
module_platform_driver() I suppose.
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists