diff options
author | Christophe Leroy <[email protected]> | 2023-12-06 23:24:03 +0100 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2024-01-18 21:10:42 +0100 |
commit | e535af5c4225fe2715d12322b645853ab9724648 (patch) | |
tree | f5fb141ec7eb3dcf9174a2e8d39b9eca6b86bdfa /scripts/gdb/linux/stackdepot.py | |
parent | db63eacdf61d6bbcde783f15aaafbd8e66476e9a (diff) |
i2c: cpm: Remove linux,i2c-index conversion from be32
sparse reports an error on some data that gets converted from be32.
That's because that data is typed u32 instead of __be32.
The type is correct, the be32_to_cpu() conversion is not.
Remove the conversion.
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Christophe Leroy <[email protected]>
Acked-By: Jochen Friedrich <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/stackdepot.py')
0 files changed, 0 insertions, 0 deletions