Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 331a13d6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: 64-bit compatibility fixes"

parents e52578c1 c45969de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4578,7 +4578,7 @@ static int ufshcd_query_ioctl(struct ufs_hba *hba, u8 lun, void __user *buffer)

	ioctl_data = kmalloc(sizeof(struct ufs_ioctl_query_data), GFP_KERNEL);
	if (!ioctl_data) {
		dev_err(hba->dev, "%s: Failed allocating %d bytes\n", __func__,
		dev_err(hba->dev, "%s: Failed allocating %zu bytes\n", __func__,
				sizeof(struct ufs_ioctl_query_data));
		err = -ENOMEM;
		goto out;