diff options
Diffstat (limited to 'drivers/misc/mic/host/mic_virtio.c')
| -rw-r--r-- | drivers/misc/mic/host/mic_virtio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/mic/host/mic_virtio.c b/drivers/misc/mic/host/mic_virtio.c index 752ff873f891..7e1ef0ebbb80 100644 --- a/drivers/misc/mic/host/mic_virtio.c +++ b/drivers/misc/mic/host/mic_virtio.c | |||
| @@ -156,7 +156,8 @@ static int mic_vringh_copy(struct mic_vdev *mvdev, struct vringh_kiov *iov, | |||
| 156 | static int _mic_virtio_copy(struct mic_vdev *mvdev, | 156 | static int _mic_virtio_copy(struct mic_vdev *mvdev, |
| 157 | struct mic_copy_desc *copy) | 157 | struct mic_copy_desc *copy) |
| 158 | { | 158 | { |
| 159 | int ret = 0, iovcnt = copy->iovcnt; | 159 | int ret = 0; |
| 160 | u32 iovcnt = copy->iovcnt; | ||
| 160 | struct iovec iov; | 161 | struct iovec iov; |
| 161 | struct iovec __user *u_iov = copy->iov; | 162 | struct iovec __user *u_iov = copy->iov; |
| 162 | void __user *ubuf = NULL; | 163 | void __user *ubuf = NULL; |
