[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZCb_37N5OTOEXtT4@kroah.com>
Date: Fri, 31 Mar 2023 17:44:31 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/7] driver core: core: move to use class_to_subsys()
On Fri, Mar 31, 2023 at 12:26:34PM +0200, Rafael J. Wysocki wrote:
> On Fri, Mar 31, 2023 at 11:33 AM Greg Kroah-Hartman
> <gregkh@...uxfoundation.org> wrote:
> >
> > There are a number of places in core.c that need access to the private
> > subsystem structure of struct class, so move them to use
> > class_to_subsys() instead of accessing it directly.
> >
> > This requires exporting class_to_subsys() out of class.c, but keeping it
> > local to the driver core.
> >
> > Cc: "Rafael J. Wysocki" <rafael@...nel.org>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
>
> Reviewed-by: Rafael J. Wysocki <rafael@...nel.org>
Thanks for the quick review!
Powered by blists - more mailing lists