Re: [PATCH] megaraid_sas: Add support for MegaRAID Aero controllers

2018-11-09 Thread Shivasharan Srikanteshwara
On Fri, Nov 9, 2018 at 7:43 AM Martin K. Petersen wrote: > Shivasharan, > > > This patch adds support for MegaRAID Aero controller PCI IDs. > > Throw a warning message when a Configurable secure type controller is > > encountered. > > > + dev_warn(>dev, "Adapter is in configurable

Re: [PATCH] megaraid_sas: Add support for MegaRAID Aero controllers

2018-11-08 Thread Martin K. Petersen
Shivasharan, > This patch adds support for MegaRAID Aero controller PCI IDs. > Throw a warning message when a Configurable secure type controller is > encountered. > + dev_warn(>dev, "Adapter is in configurable secure > mode\n"); Why warn and not info? -- Martin K. Petersen

[PATCH] megaraid_sas: Add support for MegaRAID Aero controllers

2018-11-07 Thread Shivasharan S
This patch adds support for MegaRAID Aero controller PCI IDs. Throw a warning message when a Configurable secure type controller is encountered. Signed-off-by: Shivasharan S --- drivers/scsi/megaraid/megaraid_sas.h | 4 drivers/scsi/megaraid/megaraid_sas_base.c | 15 +++