These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / scsi / wd719x.c
index 289ad01..e3da1a2 100644 (file)
@@ -590,7 +590,7 @@ static inline void wd719x_interrupt_SCB(struct wd719x *wd,
                dev_dbg(&wd->pdev->dev, "selection timeout\n");
                break;
        case WD719X_SUE_RESET:
-               dev_dbg(&wd->pdev->dev, "bus reset occured\n");
+               dev_dbg(&wd->pdev->dev, "bus reset occurred\n");
                result = DID_RESET;
                break;
        case WD719X_SUE_BUSERROR:
@@ -882,7 +882,6 @@ static struct scsi_host_template wd719x_template = {
        .can_queue                      = 255,
        .this_id                        = 7,
        .sg_tablesize                   = WD719X_SG,
-       .cmd_per_lun                    = WD719X_CMD_PER_LUN,
        .use_clustering                 = ENABLE_CLUSTERING,
 };