]> xenbits.xensource.com Git - xen.git/commit
xen/device-tree: Remove use of *_to_cpup() helpers
authorLin Liu <lin.liu@citrix.com>
Thu, 21 Oct 2021 02:52:39 +0000 (03:52 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 18 Apr 2025 14:16:12 +0000 (15:16 +0100)
commitf689c56076695a65ef3d57dbc27e2ee033824c45
treed610ed6a634b155aefc90e8b5f0de6d0c4d26764
parent9aaae6cb4df2a4a98147ca7b49a6e97fc3bbb9ad
xen/device-tree: Remove use of *_to_cpup() helpers

These wrappers simply hide a deference, which adds to the cognitive complexity
of reading the code.  As such, they're not going to be included in the new
byteswap infrastructure.

No functional change.

Signed-off-by: Lin Liu <lin.liu@citrix.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/common/device-tree/device-tree.c