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

Commit 6c5ab376 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: vstusb: fix compiler warning on x86-64



This fixes a reported compiler warning.

Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 58e20d8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -620,7 +620,7 @@ static long vstusb_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
				__func__);
				__func__);
			retval = -EFAULT;
			retval = -EFAULT;
		} else {
		} else {
			dev_dbg(&dev->dev, "%s: recv %d bytes from pipe %d\n",
			dev_dbg(&dev->dev, "%s: recv %zd bytes from pipe %d\n",
				__func__, usb_data.count, usb_data.pipe);
				__func__, usb_data.count, usb_data.pipe);
		}
		}