Re: [PATCH] kernel/drivers: Remove redundant driver match function

From: Greg Kroah-Hartman
Date: Sat May 07 2022 - 04:33:37 EST


On Sat, May 07, 2022 at 10:21:37AM +0200, Uwe Kleine-König wrote:
> Hello,
>
> On Thu, May 05, 2022 at 09:59:52PM -0700, lizhe wrote:
> > If there is no driver match function, the driver core assumes that each
> > candidate pair (driver, device) matches, see driver_match_device().
>
> I wonder who is supposed to apply this patch. Either it should be split
> by file and go in via the respective maintainers, or it goes in via
> Greg's tree? I added Greg to To: for him to chime in.

It should be split up into each subsystem patch and submitted that way.

> Best regards
> Uwe
>
> > Signed-off-by: lizhe <sensor1010@xxxxxxx>

We also need a "real name" here that is used to sign legal documents. I
doubt an all-lower-case name is used that way, so I have to ask.

thanks,

greg k-h