mbox series

[0/2] qla2xxx: Minor fixes

Message ID 20190423215236.13664-1-hmadhani@marvell.com (mailing list archive)
Headers show
Series qla2xxx: Minor fixes | expand

Message

Himanshu Madhani April 23, 2019, 9:52 p.m. UTC
Hi Martin, 

These patches fix small issue where device stays in blocked
state due to driver not marking port offline and moving
debug message to correct verbose level. 

Please apply to 5.2/scsi-queue branch for inclusion at your
earliest convenience.

Thanks,
Himanshu 


Himanshu Madhani (1):
  qla2xxx: Silence Sucessful ELS IOCB message

Quinn Tran (1):
  qla2xxx: Fix device staying in blocked state

 drivers/scsi/qla2xxx/qla_isr.c    | 2 +-
 drivers/scsi/qla2xxx/qla_target.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Martin K. Petersen April 29, 2019, 12:05 p.m. UTC | #1
Himanshu,

> These patches fix small issue where device stays in blocked state due
> to driver not marking port offline and moving debug message to correct
> verbose level.
>
> Please apply to 5.2/scsi-queue branch for inclusion at your earliest
> convenience.

Applied to 5.2/scsi-queue, thanks!