mbox series

[0/3] Three small UFS patches

Message ID 20191029230710.211926-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Three small UFS patches | expand

Message

Bart Van Assche Oct. 29, 2019, 11:07 p.m. UTC
Hi Martin,

These three patches are what I came up with after having reviewed the compiler warnings
triggered by the UFS driver and after having reviewed its source code. Please consider
these patches for kernel version v5.5.

Thanks,

Bart.

Bart Van Assche (3):
  ufs: Fix kernel-doc warnings
  ufs: Use enum dev_cmd_type where appropriate
  ufs: Remove .setup_xfer_req()

 drivers/scsi/ufs/ufs_bsg.c |  1 +
 drivers/scsi/ufs/ufshcd.c  |  8 +++-----
 drivers/scsi/ufs/ufshcd.h  | 10 ----------
 3 files changed, 4 insertions(+), 15 deletions(-)