perf: CXL: fix CPMU filter value mask length
authorHojin Nam <hj96.nam@samsung.com>
Fri, 16 Feb 2024 01:45:22 +0000 (10:45 +0900)
committerWill Deacon <will@kernel.org>
Tue, 20 Feb 2024 12:04:07 +0000 (12:04 +0000)
commit802379b8f9e169293e9ba7089e5f1a6340e2e7a3
treed68494809a2b34a9548ba7c1a4b79d162280b64f
parent2813926261e436d33bc74486b51cce60b76edf78
perf: CXL: fix CPMU filter value mask length

CPMU filter value is described as 4B length in CXL r3.0 8.2.7.2.2.
However, it is used as 2B length in code and comments.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
Link: https://lore.kernel.org/r/20240216014522.32321-1-hj96.nam@samsung.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/cxl_pmu.c