diff options
author | Benjamin Gray <[email protected]> | 2023-10-11 16:37:11 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-10-19 17:16:20 +1100 |
commit | b574b817cc7bfcc87bbc92b4b19525442401ae5e (patch) | |
tree | de746d144964d78382e942b502921f61fe86f3e3 /kernel/gcov/fs.c | |
parent | 82f635243f209a85d3deb9f64439c3ea84cd4ecb (diff) |
powerpc/fadump: Annotate endianness cast with __force
Sparse reports an endianness error with the else case of
val = (cpu_endian ? be64_to_cpu(reg_entry->reg_val) :
(u64)(reg_entry->reg_val));
This is a safe operation because the code is explicitly working with
dynamic endianness, so add the __force annotation to tell Sparse to
ignore it.
Signed-off-by: Benjamin Gray <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'kernel/gcov/fs.c')
0 files changed, 0 insertions, 0 deletions