|
@@ -8055,8 +8055,8 @@ _scsih_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
|
|
if (max_sectors != 0xFFFF) {
|
|
|
if (max_sectors < 64) {
|
|
|
shost->max_sectors = 64;
|
|
|
- printk(MPT2SAS_WARN_FMT "Invalid value %d passed "
|
|
|
- "for max_sectors, range is 64 to 8192. Assigning "
|
|
|
+ printk(MPT2SAS_WARN_FMT "Invalid value %d passed "\
|
|
|
+ "for max_sectors, range is 64 to 32767. Assigning "\
|
|
|
"value of 64.\n", ioc->name, max_sectors);
|
|
|
} else if (max_sectors > 32767) {
|
|
|
shost->max_sectors = 32767;
|