> @@ -1668,6 +1655,10 @@ static int megasas_slave_configure(struct scsi_device *sdev) > blk_queue_rq_timeout(sdev->request_queue, > MEGASAS_DEFAULT_CMD_TIMEOUT * HZ); > > + sdev_printk(KERN_INFO, sdev, "qdepth(%d), tagged(%d), " > + "scsi_level(%d), cmd_que(%d)\n", sdev->queue_depth, > + sdev->tagged_supported, sdev->scsi_level, > + (sdev->inquiry[7] & 2) >> 1); This noisy printk a) doesn't belong into this patch, and b) shouldn't be a added at all. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html