]> www.infradead.org Git - users/willy/xarray.git/commit
cxl: Drop printing of DT properties
authorRob Herring (Arm) <robh@kernel.org>
Mon, 29 Jul 2024 22:36:43 +0000 (16:36 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 11:57:04 +0000 (13:57 +0200)
commit35fc26541f79071c14f314951c0c7604852c8839
treeec4c2988a38eb7049b1fa5fbc2e82b02df6330fd
parent83a1b574ce33372decdcd8a6a395d975931f8a31
cxl: Drop printing of DT properties

There's little reason to dump DT property values when they can be read
at any time from the DT in /proc/device-tree. If such a feature is
needed, then it really should be implemented in the DT core such that
any module/driver can use it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240729-dt-cxl-cleanup-v1-1-a75eea80d231@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cxl/of.c