Re: [PATCH v5 06/10] virtio_pci: drop msi_off on probe

2015-04-01 Thread Fam Zheng
On Sun, 03/29 17:04, Michael S. Tsirkin wrote: > pci core now disables msi on probe automatically, > drop this from device-specific code. > > Cc: Bjorn Helgaas > Cc: linux-...@vger.kernel.org > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio_pci_common.c | 3 --- > 1 file

Re: [PATCH v5 06/10] virtio_pci: drop msi_off on probe

2015-04-01 Thread Fam Zheng
On Sun, 03/29 17:04, Michael S. Tsirkin wrote: pci core now disables msi on probe automatically, drop this from device-specific code. Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org Signed-off-by: Michael S. Tsirkin m...@redhat.com ---

[PATCH v5 06/10] virtio_pci: drop msi_off on probe

2015-03-29 Thread Michael S. Tsirkin
pci core now disables msi on probe automatically, drop this from device-specific code. Cc: Bjorn Helgaas Cc: linux-...@vger.kernel.org Signed-off-by: Michael S. Tsirkin --- drivers/virtio/virtio_pci_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH v5 06/10] virtio_pci: drop msi_off on probe

2015-03-29 Thread Michael S. Tsirkin
pci core now disables msi on probe automatically, drop this from device-specific code. Cc: Bjorn Helgaas bhelg...@google.com Cc: linux-...@vger.kernel.org Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio_pci_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git