Re: [PATCH v2] virtio-mmio: add error check for platform_get_irq

2019-07-24 Thread Ivan T. Ivanov
Quoting Ihor Matushchak (2019-07-02 17:48:18) > in vm_find_vqs() irq has a wrong type > so, in case of no IRQ resource defined, > wrong parameter will be passed to request_irq() > > Signed-off-by: Ihor Matushchak Reviewed-by: Ivan T. Ivanov Thanks! > --- > Changes in

Re: [PATCH] virtio-mmio: add error check for platform_get_irq

2019-07-24 Thread Ivan T. Ivanov
Hi, Quoting Ihor Matushchak (2019-07-02 12:59:18) > in vm_find_vqs() irq has a wrong type > so, in case of no IRQ resource defined, > wrong parameter will be passed to request_irq() > > Signed-off-by: Ihor Matushchak > --- > drivers/virtio/virtio_mmio.c | 7 ++- > 1 file changed, 6