Re: [PATCH] i2c: thunderx: Replace pci_enable_msix()

2017-02-23 Thread Wolfram Sang
On Tue, Feb 21, 2017 at 02:07:50PM +0100, Jan Glauber wrote: > Using pci_alloc_irq_vectors() instead of the deprecated > pci_enable_msix() allows to remove the msix_entry from > struct octeon_i2c and thus to get rid of the config symbol check. > > Signed-off-by: Jan Glauber Applied to for-next (

[PATCH] i2c: thunderx: Replace pci_enable_msix()

2017-02-21 Thread Jan Glauber
Using pci_alloc_irq_vectors() instead of the deprecated pci_enable_msix() allows to remove the msix_entry from struct octeon_i2c and thus to get rid of the config symbol check. Signed-off-by: Jan Glauber --- drivers/i2c/busses/i2c-octeon-core.h | 4 drivers/i2c/busses/i2c-thunderx-pcidr