Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132457
b: refs/heads/master
c: a08b43a
h: refs/heads/master
i:
  132455: cd9beb5
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 17, 2009
1 parent 2c705a4 commit cb3d12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 46c9844c4014be53c67622dcd3ba4302f36e9cac
refs/heads/master: a08b43aee46ed4272ad7bee2c785edcf313339b3
1 change: 1 addition & 0 deletions trunk/drivers/usb/misc/vstusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ static ssize_t vstusb_write(struct file *file, const char __user *buffer,
}

if (copy_from_user(buf, buffer, count)) {
mutex_unlock(&vstdev->lock);
dev_err(&dev->dev, "%s: can't copy_from_user\n", __func__);
retval = -EFAULT;
goto exit;
Expand Down

0 comments on commit cb3d12c

Please sign in to comment.