diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2023-12-05 14:16:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-08 12:02:37 +0100 |
commit | 1e7e56160d9ddec12093047e09abb17b0fa1a834 (patch) | |
tree | 768cd33727da5331db04018a4c90ccbdceb3c956 /scripts/gdb/linux/interrupts.py | |
parent | 0ec058ece2f933aed66b76bd5cb9b5e6764853c3 (diff) |
serial: ucc_uart: Fix multiple address space type errors
sparse reports multiple problems with address space type.
Most problems are linked to missing __iomem qualifier.
Others are caused by dereferencing __iomem addresses.
Fix all this by adding missing __iomem and using ioread32be().
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312050412.zN2PKArS-lkp@intel.com/
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/e49deeb079391ff7273ec32f5563df94cf70bc95.1701781976.git.christophe.leroy@csgroup.eu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/interrupts.py')
0 files changed, 0 insertions, 0 deletions