mbox series

[v2,0/2] scsi: libsas: Some minor improvements

Message ID 1645786656-221630-1-git-send-email-john.garry@huawei.com
Headers show
Series scsi: libsas: Some minor improvements | expand

Message

John Garry Feb. 25, 2022, 10:57 a.m. UTC
Hi Martin,

This is just a couple of small improvements which we had sitting on our
dev branch. Please consider for 5.18.

Changes since v1:
- add RB tag (thanks)
- simplify C code in 2/2 

Thanks!

John Garry (2):
  scsi: libsas: Make sas_notify_{phy,port}_event() return void
  scsi: libsas: Use bool for queue_work() return code

 drivers/scsi/libsas/sas_event.c    | 50 ++++++++++++------------------
 drivers/scsi/libsas/sas_internal.h |  4 +--
 include/scsi/libsas.h              |  8 ++---
 3 files changed, 24 insertions(+), 38 deletions(-)

Comments

Martin K. Petersen Feb. 28, 2022, 2:48 a.m. UTC | #1
John,

> This is just a couple of small improvements which we had sitting on
> our dev branch. Please consider for 5.18.

Applied to 5.18/scsi-staging, thanks!
Martin K. Petersen March 2, 2022, 5:13 a.m. UTC | #2
On Fri, 25 Feb 2022 18:57:34 +0800, John Garry wrote:

> This is just a couple of small improvements which we had sitting on our
> dev branch. Please consider for 5.18.
> 
> Changes since v1:
> - add RB tag (thanks)
> - simplify C code in 2/2
> 
> [...]

Applied to 5.18/scsi-queue, thanks!

[1/2] scsi: libsas: Make sas_notify_{phy,port}_event() return void
      https://git.kernel.org/mkp/scsi/c/f1834fd1635b
[2/2] scsi: libsas: Use bool for queue_work() return code
      https://git.kernel.org/mkp/scsi/c/a2a59faa359a