summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-13 19:29:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-17 15:30:07 +0100
commit3666062b87ec8be4b85dc475dfb54bb17e10a7f6 (patch)
treea4e001ca99415dd77b79814e4918ed3615b130f4 /drivers/irqchip
parent31e7c4cc7da9d1b5ac01de9829aba53081b1b794 (diff)
downloadlinux-stable-3666062b87ec8be4b85dc475dfb54bb17e10a7f6.tar.gz
linux-stable-3666062b87ec8be4b85dc475dfb54bb17e10a7f6.tar.bz2
linux-stable-3666062b87ec8be4b85dc475dfb54bb17e10a7f6.zip
cpufreq: amd-pstate: move to use bus_get_dev_root()
Direct access to the struct bus_type dev_root pointer is going away soon so replace that with a call to bus_get_dev_root() instead, which is what it is there for. In doing so, remove the unneded kobject structure that was only being created to cause a subdirectory for the attributes. The name of the attribute group is the correct way to do this, saving code and complexity as well as allowing the attributes to properly show up to userspace tools (the raw kobject would not allow that.) Cc: "Rafael J. Wysocki" <rafael@kernel.org> Cc: Viresh Kumar <viresh.kumar@linaro.org> Cc: linux-pm@vger.kernel.org Acked-by: Huang Rui <ray.huang@.amd.com> Link: https://lore.kernel.org/r/20230313182918.1312597-20-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/irqchip')
0 files changed, 0 insertions, 0 deletions