Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2015-07-30 11:01:19
Also in:
linux-pm, linux-sh, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2015-07-30 11:01:19
Also in:
linux-pm, linux-sh, lkml
On 30-07-15, 12:59, Borislav Petkov wrote:
On Thu, Jul 30, 2015 at 03:04:01PM +0530, Viresh Kumar wrote:quoted
Its return value is not used by the subsys core and nothing meaningful can be done with it, even if we want to use it. The subsys device is anyway getting removed.I'm assuming sysfs paths covered by it, will remain intact... ? For the microcode loader case that's this hierarchy here: $ tree /sys/devices/system/cpu/cpu?/microcode/ /sys/devices/system/cpu/cpu0/microcode/ ├── processor_flags └── version /sys/devices/system/cpu/cpu1/microcode/ ├── processor_flags └── version
Yeah, Its not touching the sysfs path at all. -- viresh