From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: [PATCH] bus: subsys: update return type of ->remove_dev() to void Date: Thu, 30 Jul 2015 12:59:17 +0200 Message-ID: <20150730105917.GA25460@nazgul.tnic> References: <02c0569741812b655edde5124c3e2937bb79f9f8.1438248445.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <02c0569741812b655edde5124c3e2937bb79f9f8.1438248445.git.viresh.kumar@linaro.org> Sender: linux-sh-owner@vger.kernel.org To: Viresh Kumar Cc: Greg Kroah-Hartman , Rafael Wysocki , Chris Metcalf , Dmitry Torokhov , "H. Peter Anvin" , Ingo Molnar , Joe Perches , Joerg Roedel , open list , "open list:CPU FREQUENCY DRIVERS" , "open list:SUPERH" , "Luis R. Rodriguez" , "open list:NETWORKING DRIVERS" , Nicolas Iooss , Paul Gortmaker , Thomas Gleixner , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" List-Id: linux-pm@vger.kernel.org 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 meaningfu= l > 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/ =E2=94=9C=E2=94=80=E2=94=80 processor_flags =E2=94=94=E2=94=80=E2=94=80 version /sys/devices/system/cpu/cpu1/microcode/ =E2=94=9C=E2=94=80=E2=94=80 processor_flags =E2=94=94=E2=94=80=E2=94=80 version =2E.. --=20 Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --