]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/scsi/cxlflash/main.c
scsi: cxlflash: Remove zeroing of private command data
[mirror_ubuntu-zesty-kernel.git] / drivers / scsi / cxlflash / main.c
index 0cce442c260adc7690217f95f33b3dbf42d816d0..43389825299abc88a8d9323f858bcfb9f0640889 100644 (file)
@@ -543,7 +543,7 @@ static int cxlflash_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *scp)
        struct cxlflash_cfg *cfg = shost_priv(host);
        struct afu *afu = cfg->afu;
        struct device *dev = &cfg->dev->dev;
-       struct afu_cmd *cmd = sc_to_afucz(scp);
+       struct afu_cmd *cmd = sc_to_afuci(scp);
        struct scatterlist *sg = scsi_sglist(scp);
        int hwq_index = cmd_to_target_hwq(host, scp, afu);
        struct hwq *hwq = get_hwq(afu, hwq_index);