Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1195907

Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void

From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void
Date 2015-07-30 13:00 +0200
Message-ID <pRTJ7-4ud-3@gated-at.bofh.it> (permalink)
References <pRStH-2Ml-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Jul 30, 2015 at 03:04:01PM +0530, Viresh Kumar wrote:
> 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
...

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] bus: subsys: update return type of ->remove_dev() to void Viresh Kumar <viresh.kumar@linaro.org> - 2015-07-30 11:40 +0200
  Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void Borislav Petkov <bp@alien8.de> - 2015-07-30 13:00 +0200
    Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void Viresh Kumar <viresh.kumar@linaro.org> - 2015-07-30 13:10 +0200

csiph-web