diff options
| -rw-r--r-- | drivers/perf/hisilicon/hisi_uncore_hha_pmu.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c index 6a1dd72d8abb..e5af9d7e6e14 100644 --- a/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c +++ b/drivers/perf/hisilicon/hisi_uncore_hha_pmu.c @@ -283,7 +283,7 @@ static struct attribute *hisi_hha_pmu_events_attr[] = {  	HISI_PMU_EVENT_ATTR(rx_wbip,		0x05),  	HISI_PMU_EVENT_ATTR(rx_wtistash,	0x11),  	HISI_PMU_EVENT_ATTR(rd_ddr_64b,		0x1c), -	HISI_PMU_EVENT_ATTR(wr_dr_64b,		0x1d), +	HISI_PMU_EVENT_ATTR(wr_ddr_64b,		0x1d),  	HISI_PMU_EVENT_ATTR(rd_ddr_128b,	0x1e),  	HISI_PMU_EVENT_ATTR(wr_ddr_128b,	0x1f),  	HISI_PMU_EVENT_ATTR(spill_num,		0x20), | 
