Re: [PATCH 2/2] driver core: dd: remove deferred_devices variable

2021-02-16 Thread Greg Kroah-Hartman
On Tue, Feb 16, 2021 at 03:34:27PM +0100, Rafael J. Wysocki wrote: > On Tue, Feb 16, 2021 at 3:24 PM Greg Kroah-Hartman > wrote: > > > > No need to save the debugfs dentry for the "devices_deferred" debugfs > > file (gotta love the juxtaposition), if we need to remove it we can look > > it up

Re: [PATCH 2/2] driver core: dd: remove deferred_devices variable

2021-02-16 Thread Rafael J. Wysocki
On Tue, Feb 16, 2021 at 3:24 PM Greg Kroah-Hartman wrote: > > No need to save the debugfs dentry for the "devices_deferred" debugfs > file (gotta love the juxtaposition), if we need to remove it we can look > it up from debugfs itself. > > Cc: "Rafael J. Wysocki" > Cc:

[PATCH 2/2] driver core: dd: remove deferred_devices variable

2021-02-16 Thread Greg Kroah-Hartman
No need to save the debugfs dentry for the "devices_deferred" debugfs file (gotta love the juxtaposition), if we need to remove it we can look it up from debugfs itself. Cc: "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- drivers/base/dd.c | 7 +++