mbox series

[0/6] scsi: mpi3mr: fix few resource leaks

Message ID 20230302154826.5862-1-thenzl@redhat.com
Headers show
Series scsi: mpi3mr: fix few resource leaks | expand

Message

Tomas Henzl March 2, 2023, 3:48 p.m. UTC
The series applies on
[PATCH 00/15] mpi3mr: Few Enhancements and minor fixes
from 2/24 posted by Ranjan.

 drivers/scsi/mpi3mr/mpi3mr.h           |  2 +
 drivers/scsi/mpi3mr/mpi3mr_fw.c        | 62 ++++++++++++++++----------
 drivers/scsi/mpi3mr/mpi3mr_os.c        | 24 ++++++++++
 drivers/scsi/mpi3mr/mpi3mr_transport.c |  5 +--
 4 files changed, 65 insertions(+), 28 deletions(-)

Comments

Tomas Henzl March 2, 2023, 11:44 p.m. UTC | #1
On 3/2/23 16:48, Tomas Henzl wrote:
> The series applies on
> [PATCH 00/15] mpi3mr: Few Enhancements and minor fixes
> from 2/24 posted by Ranjan.
> 
>  drivers/scsi/mpi3mr/mpi3mr.h           |  2 +
>  drivers/scsi/mpi3mr/mpi3mr_fw.c        | 62 ++++++++++++++++----------
>  drivers/scsi/mpi3mr/mpi3mr_os.c        | 24 ++++++++++
>  drivers/scsi/mpi3mr/mpi3mr_transport.c |  5 +--
>  4 files changed, 65 insertions(+), 28 deletions(-)
> 
I've found a bug in 5/6 and sent a V2.

Please drop this one.