mbox series

[0/2] mpt3sas

Message ID 20190614144144.6448-1-thenzl@redhat.com (mailing list archive)
Headers show
Series mpt3sas | expand

Message

Tomas Henzl June 14, 2019, 2:41 p.m. UTC
Just few small changes, octal numbers instead of constants etc.

Tomas Henzl (2):
  scsi: mpt3sas: make driver options visible in sys
  scsi: mpt3sass: use DEVICE_ATTR_{RO, RW}

 drivers/scsi/mpt3sas/mpt3sas_base.c  |  14 +-
 drivers/scsi/mpt3sas/mpt3sas_ctl.c   | 210 +++++++++++++--------------
 drivers/scsi/mpt3sas/mpt3sas_scsih.c |  14 +-
 3 files changed, 111 insertions(+), 127 deletions(-)

Comments

Martin K. Petersen June 19, 2019, 1:04 a.m. UTC | #1
> Just few small changes, octal numbers instead of constants etc.

Broadcom folks: Please review!
Suganath Prabu S June 20, 2019, 7:07 a.m. UTC | #2
Acked-by: Suganath Prabu <suganath-prabu.subramani@broadcom.com>


On Wed, Jun 19, 2019 at 6:34 AM Martin K. Petersen
<martin.petersen@oracle.com> wrote:
>
>
> > Just few small changes, octal numbers instead of constants etc.
>
> Broadcom folks: Please review!
>
> --
> Martin K. Petersen      Oracle Linux Engineering
Martin K. Petersen June 20, 2019, 8:28 p.m. UTC | #3
Tomas,

> Just few small changes, octal numbers instead of constants etc.

Applied to 5.3/scsi-queue. Thanks!