On Mon, 2015-08-03 at 00:21 +0200, Sebastian Herbszt wrote: > Pre 24xx HBAs are not supported by tcm_qla2xxx. > Also fix QLogic spelling. > > Signed-off-by: Sebastian Herbszt <herbszt@xxxxxx> > --- > > diff -urp a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig > --- a/drivers/scsi/qla2xxx/Kconfig 2015-04-15 06:18:24.681045138 +0200 > +++ b/drivers/scsi/qla2xxx/Kconfig 2015-08-02 23:51:22.576254765 +0200 > @@ -32,10 +32,10 @@ config SCSI_QLA_FC > They are also included in the linux-firmware tree as well. > > config TCM_QLA2XXX > - tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs" > + tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs" > depends on SCSI_QLA_FC && TARGET_CORE > depends on LIBFC > select BTREE > default n > ---help--- > - Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs > + Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs > diff -urp a/drivers/scsi/qla2xxx/tcm_qla2xxx.c b/drivers/scsi/qla2xxx/tcm_qla2xxx.c > --- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c 2015-07-25 18:01:06.747497061 +0200 > +++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c 2015-08-02 23:48:41.812247434 +0200 > @@ -1952,7 +1952,7 @@ static void __exit tcm_qla2xxx_exit(void > tcm_qla2xxx_deregister_configfs(); > } > > -MODULE_DESCRIPTION("TCM QLA2XXX series NPIV enabled fabric driver"); > +MODULE_DESCRIPTION("TCM QLA24XX+ series NPIV enabled fabric driver"); > MODULE_LICENSE("GPL"); > module_init(tcm_qla2xxx_init); > module_exit(tcm_qla2xxx_exit); Applied to target-pending/for-next, with slightly more descriptive changelog. Thanks Sebastian. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html