]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
perf/amlogic: Fix config1/config2 parsing issue
authorJiucheng Xu <jiucheng.xu@amlogic.com>
Thu, 9 Feb 2023 11:54:01 +0000 (19:54 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 7 Jul 2023 10:16:50 +0000 (12:16 +0200)
commit6f75d5076da680a6d303c0936e79589e305768cf
treeebfced2e4846c99a123f0976b15156d37f8f2522
parente485fb2f2e28de132871dd73da17369a62a2a66c
perf/amlogic: Fix config1/config2 parsing issue

BugLink: https://bugs.launchpad.net/bugs/2025067
[ Upstream commit c61e5720f23273269cc67ffb2908cf9831c8ca9d ]

The 3th argument of for_each_set_bit is incorrect, fix them.

Fixes: 2016e2113d35 ("perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driver")
Signed-off-by: Jiucheng Xu <jiucheng.xu@amlogic.com>
Link: https://lore.kernel.org/r/20230209115403.521868-1-jiucheng.xu@amlogic.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/perf/amlogic/meson_ddr_pmu_core.c