scsi: ufs: Use explicit access size in ufshcd_dump_regs
[linux-2.6-block.git] / drivers / scsi / a2091.c
index 61aadc7acb4998a58f27cb1872d883d7e771378d..c96bc7261a42af9aaf2091947e9b635d415e5021 100644 (file)
@@ -160,7 +160,7 @@ static struct scsi_host_template a2091_scsi_template = {
        .this_id                = 7,
        .sg_tablesize           = SG_ALL,
        .cmd_per_lun            = CMD_PER_LUN,
-       .use_clustering         = DISABLE_CLUSTERING
+       .dma_boundary           = PAGE_SIZE - 1,
 };
 
 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent)