cxl/regs: Fix sparse warning
authorDan Williams <dan.j.williams@intel.com>
Sat, 3 Dec 2022 17:14:41 +0000 (09:14 -0800)
committerDan Williams <dan.j.williams@intel.com>
Mon, 5 Dec 2022 20:33:20 +0000 (12:33 -0800)
commit397cd265815eae562685d9832dc8b61c927c1cfb
treea17e672e9af99bf44550a5f54e9085edc2313a40
parent02fedf1466567424c336cd11cf368dcf78f2af33
cxl/regs: Fix sparse warning

The 0day robot belatedly points out that @addr is not properly tagged as
an iomap pointer:

"drivers/cxl/core/regs.c:332:14: sparse: sparse: incorrect type in
assignment (different address spaces) @@     expected void *addr @@
got void [noderef] __iomem * @@"

Fixes: 1168271ca054 ("cxl/acpi: Extract component registers of restricted hosts from RCRB")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Robert Richter <rrichter@amd.com>
Reviewed-by: Alison Schofield <alison.schofield@intel.com>
Link: https://lore.kernel.org/r/167008768190.2516013.11918622906007677341.stgit@dwillia2-xfh.jf.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/regs.c