cxl/pci: Remove dev_dbg for unknown register blocks
authorBen Widawsky <ben.widawsky@intel.com>
Sat, 9 Oct 2021 16:44:07 +0000 (09:44 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 29 Oct 2021 18:53:51 +0000 (11:53 -0700)
commitd22fed9c2b70d8ccc91c9a56ed2df2c1a0c2ebab
treeeac9cd75578f0b1efe09e3b81f87a90ed6e3a129
parentcdcce47cb33a6a2ecb1bc113d0ba42ec300a33fe
cxl/pci: Remove dev_dbg for unknown register blocks

While interesting to driver developers, the dev_dbg message doesn't do
much except clutter up logs. This information should be attainable
through sysfs, and someday lspci like utilities. This change
additionally helps reduce the LOC in a subsequent patch to refactor some
of cxl_pci register mapping.

Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Link: https://lore.kernel.org/r/163379784717.692348.3478221381958300790.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/pci.c