]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driver
authorJunhao He <hejunhao3@huawei.com>
Tue, 10 Dec 2024 14:15:24 +0000 (22:15 +0800)
committerWill Deacon <will@kernel.org>
Tue, 10 Dec 2024 15:57:25 +0000 (15:57 +0000)
commit4e15bcffa19acf15b6acb2cb3f4a1dd923ee4708
tree4890e84cb3214c186f144af9deab2cc171dffaf3
parent3b051bb7cb4344d12b9b9b4974c77706462d4246
drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driver

In the callback function write_evtype(), the variable name of struct
hisi_pmu should be "ddrc_pmu" instead of "hha_pmu".

Signed-off-by: Junhao He <hejunhao3@huawei.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Link: https://lore.kernel.org/r/20241210141525.37788-10-yangyicong@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c