[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190118155541.GA5544@kroah.com>
Date: Fri, 18 Jan 2019 16:55:41 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Wei Yang <richardw.yang@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, rafael@...nel.org
Subject: Re: [PATCH v2] driver core: move device->knode_class to
device_private
On Fri, Jan 18, 2019 at 10:34:59AM +0800, Wei Yang wrote:
> As the description of struct device_private says, it stores data which
> is private to driver core. And it already has similar fields like:
> knode_parent, knode_driver, knode_driver and knode_bus. This look it is
> more proper to put knode_class together with those fields to make it
> private to driver core.
>
> This patch move device->knode_class to device_private to make it comply
> with code convention.
>
> Signed-off-by: Wei Yang <richardw.yang@...ux.intel.com>
> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
Thanks for this. There are a number of other variables that should move
into this structure, if you want to take a look into doing that.
greg k-h
Powered by blists - more mailing lists