Re: [PATCH 0/3] scsi: qedf: Fix a return value + some cleanups

2017-06-12 Thread Martin K. Petersen
Christophe, > This patch serie first fixes a case where an error code was missing. > The 2 other patches are just cleanups in the same area. Applied to 4.13/scsi-queue with fixed typo. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 0/3] scsi: qedf: Fix a return value + some cleanups

2017-06-12 Thread Chad Dupuis
On Sun, 11 Jun 2017, 2:16am, Christophe JAILLET wrote: > This patch serie first fixes a case where an error code was missing. > The 2 other patches are just cleanups in the same area. > > Christophe JAILLET (3): > scsi: qedf: Fix a return value in case of error in > 'qedf_alloc_global_queu

[PATCH 0/3] scsi: qedf: Fix a return value + some cleanups

2017-06-10 Thread Christophe JAILLET
This patch serie first fixes a case where an error code was missing. The 2 other patches are just cleanups in the same area. Christophe JAILLET (3): scsi: qedf: Fix a return value in case of error in 'qedf_alloc_global_queues' scsi: qedf: Use 'dma_zalloc_coherent' to reduce code verbosity.