[PATCH] scsi: Resolve some missing-field-initializers warnings

2014-10-14 Thread Jeff Kirsher
From: Mark Rustad Resolve some missing-field-initializers warnings by using designated initialization. Signed-off-by: Mark Rustad Signed-off-by: Jeff Kirsher --- drivers/scsi/scsi_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi

Re: [PATCH v3 0/6] Introduce pci_(request|release)_(mem|io)_regions

2016-06-08 Thread Jeff Kirsher
On Wed, 2016-06-08 at 09:28 +0200, Johannes Thumshirn wrote: > On Tue, Jun 07, 2016 at 09:44:00AM +0200, Johannes Thumshirn wrote: > > The first patch in this series introduces the following 4 helper > functions to > > the PCI core: > >  > > * pci_request_mem_regions() > > * pci_request_io_regions(

Re: [PATCH v5 04/19] net: e100: Replace PCI pool old API

2017-03-08 Thread Jeff Kirsher
ter Senna Tschudin > --- >  drivers/net/ethernet/intel/e100.c | 12 ++-- >  1 file changed, 6 insertions(+), 6 deletions(-) Acked-by: Jeff Kirsher My only concern is: - what hardware did this get tested with? Since this affects all e100 parts, it would be hard to believe that all the af