scsi: Do not set cmd_per_lun to 1 in the host template
[deliverable/linux.git] / drivers / staging / rts5208 / rtsx.c
index d64b6ed9c0c967eb725a8911bc04138e6d25430d..aed49bf762b4174c0c76e4851d81c7a8a7af5d41 100644 (file)
@@ -230,7 +230,6 @@ static struct scsi_host_template rtsx_host_template = {
 
        /* queue commands only, only one command per LUN */
        .can_queue =                    1,
-       .cmd_per_lun =                  1,
 
        /* unknown initiator id */
        .this_id =                      -1,
This page took 0.027182 seconds and 5 git commands to generate.