mbox series

[0/2] Two qla2xxx fixes

Message ID 20191106044226.5207-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Two qla2xxx fixes | expand

Message

Bart Van Assche Nov. 6, 2019, 4:42 a.m. UTC
Hi Martin,

Please consider the two patches in this series for kernel version v5.5.

Thanks,

Bart.

Bart Van Assche (2):
  qla2xxx: Remove an include directive
  qla2xxx: Fix a dma_pool_free() call

 drivers/scsi/qla2xxx/qla_init.c | 1 -
 drivers/scsi/qla2xxx/qla_os.c   | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen Nov. 9, 2019, 2:22 a.m. UTC | #1
Bart,

> Please consider the two patches in this series for kernel version
> v5.5.

Applied to 5.5/scsi-queue, thanks!