Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Several compilation warnings fixes for UFS Advanced RPMB
@ 2023-01-08 22:40 Bean Huo
  2023-01-08 22:40 ` [PATCH v2 1/3] scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings Bean Huo
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Bean Huo @ 2023-01-08 22:40 UTC (permalink / raw)
  To: alim.akhtar, avri.altman, jejb, martin.petersen, beanhuo,
	bvanassche, quic_cang, quic_xiaosenh
  Cc: linux-scsi, linux-kernel, Bean Huo

Hi Martin,

These patches are to fix several compilation warnings introduced by my commit:
6ff265fc5ef6 ("scsi: ufs: core: bsg: Add advanced RPMB support in ufs_bsg"),
please consider this patch series for the next your merge window.
Apologies for this!!



Changelog:

V1--V2:
    1. Add new patches 2/3 and 3/3.


Bean Huo (3):
  scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings
  scsi: core: Fix invisible definition compilation warning
  scsi: ufs: core: bsg: Fix cast to restricted __be16 warning

 drivers/ufs/core/ufs_bsg.c       |  4 ++--
 include/uapi/scsi/scsi_bsg_ufs.h | 12 ++++++------
 include/ufs/ufshcd.h             |  1 +
 3 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-14  3:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-08 22:40 [PATCH v2 0/3] Several compilation warnings fixes for UFS Advanced RPMB Bean Huo
2023-01-08 22:40 ` [PATCH v2 1/3] scsi: ufs: core: bsg: Fix sometimes-uninitialized warnings Bean Huo
2023-01-11 17:22   ` Nick Desaulniers
2023-01-08 22:40 ` [PATCH v2 2/3] scsi: core: Fix invisible definition compilation warning Bean Huo
2023-01-08 22:40 ` [PATCH v2 3/3] scsi: ufs: core: bsg: Fix cast to restricted __be16 warning Bean Huo
2023-01-08 23:40 ` [PATCH v2 0/3] Several compilation warnings fixes for UFS Advanced RPMB Bart Van Assche
2023-01-12  4:37 ` Martin K. Petersen
2023-01-14  3:06 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox