diff options
-rw-r--r-- | drivers/ieee1394/sbp2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c index e5ba55bbd935..becd98d411ec 100644 --- a/drivers/ieee1394/sbp2.c +++ b/drivers/ieee1394/sbp2.c | |||
@@ -2670,8 +2670,6 @@ static int sbp2_module_init(void) | |||
2670 | 2670 | ||
2671 | /* Module load debug option to force one command at a time (serializing I/O) */ | 2671 | /* Module load debug option to force one command at a time (serializing I/O) */ |
2672 | if (serialize_io) { | 2672 | if (serialize_io) { |
2673 | SBP2_INFO("Driver forced to serialize I/O (serialize_io=1)"); | ||
2674 | SBP2_INFO("Try serialize_io=0 for better performance"); | ||
2675 | scsi_driver_template.can_queue = 1; | 2673 | scsi_driver_template.can_queue = 1; |
2676 | scsi_driver_template.cmd_per_lun = 1; | 2674 | scsi_driver_template.cmd_per_lun = 1; |
2677 | } | 2675 | } |