]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/scsi/xen-scsifront.c
net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
[linux.git] / drivers / scsi / xen-scsifront.c
index 61389bdc7926690100fc0a38fc59e8b6a73853ab..f0068e96a177fc0b48390d826638181983fdb248 100644 (file)
@@ -696,7 +696,6 @@ static struct scsi_host_template scsifront_sht = {
        .this_id                = -1,
        .cmd_size               = sizeof(struct vscsifrnt_shadow),
        .sg_tablesize           = VSCSIIF_SG_TABLESIZE,
-       .use_clustering         = DISABLE_CLUSTERING,
        .proc_name              = "scsifront",
 };
 
@@ -1112,7 +1111,7 @@ static void scsifront_backend_changed(struct xenbus_device *dev,
        case XenbusStateClosed:
                if (dev->state == XenbusStateClosed)
                        break;
-               /* Missed the backend's Closing state -- fallthrough */
+               /* fall through - Missed the backend's Closing state */
        case XenbusStateClosing:
                scsifront_disconnect(info);
                break;