]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe.
authorChad Dupuis <chad.dupuis@qlogic.com>
Wed, 22 Aug 2012 18:21:17 +0000 (14:21 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 14 Sep 2012 17:28:51 +0000 (18:28 +0100)
commite49ae09c1c00e7105f6f78bce2f13fde5007824b
tree70dd04b093a020834f51234527ca5dce5bae44c8
parentc01304759ec266cace2e97f5d0edd8f2d59de023
[SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe.

Setting this to 255 will cause any target with id 255 to not show up so leave
it at the default in our host template.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/qla2xxx/qla_mid.c
drivers/scsi/qla2xxx/qla_os.c