]> git.baikalelectronics.ru Git - kernel.git/commit
virtio-mmio: Use to_virtio_mmio_device() to simply code
authorTang Bin <tangbin@cmss.chinamobile.com>
Mon, 22 Feb 2021 05:57:24 +0000 (13:57 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Mar 2021 08:37:35 +0000 (04:37 -0400)
commit4667ee864983f63a2ec8e9511fc43ba012cafba8
tree087a941704743b01582d9e5f00590c576d55f766
parentfbc6474d97db9d8bcc9f7dbc3d90b5b34559d084
virtio-mmio: Use to_virtio_mmio_device() to simply code

The file virtio_mmio.c has defined the function to_virtio_mmio_device,
so use it instead of container_of() to simply code.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20210222055724.220-1-tangbin@cmss.chinamobile.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_mmio.c