summaryrefslogtreecommitdiff
path: root/include/linux/virtio_pci_modern.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2021-05-04 04:12:10 -0400
committerMichael S. Tsirkin <mst@redhat.com>2021-05-04 04:19:58 -0400
commit0f8a0b0b095fd9b301523c0f78686f5ac6fda564 (patch)
treed9f44fc0f9864e6c42f6005b93bf33abbf964551 /include/linux/virtio_pci_modern.h
parent5619003173bad626e7d6bd6241c1855b549f9311 (diff)
virtio_pci_modern: __force cast the notify mapping
When switching virtio_pci_modern to use a helper for mappings we lost an __iomem tag. We should restore it. However, virtio_pci_modern is playing tricks by hiding an iomem pointer in a regular vq->priv pointer. Which is okay as long as it's all contained within a single file, but we need to __force cast the value otherwise we'll get sparse warnings. Reported-by: kernel test robot <lkp@intel.com> Fixes: 7dca6c0ea96b ("virtio-pci library: switch to use vp_modern_map_vq_notify()") Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/linux/virtio_pci_modern.h')
0 files changed, 0 insertions, 0 deletions