diff options
author | Benjamin Gray <[email protected]> | 2023-10-11 16:37:02 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-10-19 17:12:47 +1100 |
commit | 340a60e3725b9a229eaf03a9b3f8538f22f6ac16 (patch) | |
tree | 88ddda6788d171453cfb81d721e2f417090d03bc /arch/powerpc/kernel | |
parent | ff7a60ab1e065257a0e467c13b519f4debcd7fcf (diff) |
powerpc: Explicitly reverse bytes when checking for byte reversal
Sparse reports an invalid endian cast here. The code is written for
big endian platforms, so le32_to_cpu() acts as a byte reversal.
This file is checked by sparse on a little endian build though, so
replace the reverse function with the dedicated swab32() function to
better express the intent of the code.
Signed-off-by: Benjamin Gray <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'arch/powerpc/kernel')
0 files changed, 0 insertions, 0 deletions