diff options
author | 2022-01-24 10:52:57 -0800 | |
---|---|---|
committer | 2022-01-25 11:15:08 +0000 | |
commit | bc0bf9de6f48268f4ee59e57fb42ac751be3ecda (patch) | |
tree | 27fbd94046db041eb45de6d1eaa0c7af48f78aa3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ipv4: get rid of fib_info_hash_{alloc|free} (diff) | |
download | linux-dev-bc0bf9de6f48268f4ee59e57fb42ac751be3ecda.tar.xz linux-dev-bc0bf9de6f48268f4ee59e57fb42ac751be3ecda.zip |
ionic: fix type complaint in ionic_dev_cmd_clean()
Sparse seems to have gotten a little more picky lately and
we need to revisit this bit of code to make sparse happy.
warning: incorrect type in initializer (different address spaces)
expected union ionic_dev_cmd_regs *regs
got union ionic_dev_cmd_regs [noderef] __iomem *dev_cmd_regs
warning: incorrect type in argument 2 (different address spaces)
expected void [noderef] __iomem *
got unsigned int *
warning: incorrect type in argument 1 (different address spaces)
expected void volatile [noderef] __iomem *
got union ionic_dev_cmd *
Fixes: d701ec326a31 ("ionic: clean up sparse complaints")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions