Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15513
b: refs/heads/master
c: cb5b3f6
h: refs/heads/master
i:
  15511: 4296121
v: v3
  • Loading branch information
Olav Kongas authored and Greg Kroah-Hartman committed Jan 4, 2006
1 parent 10b2fc8 commit 4a2cdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5691d70d4aeec0ac9cff11f0cabb7d5a1735705
refs/heads/master: cb5b3f6950b4fbad9d8d41756f49aba792804b5b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/usb-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static ssize_t skel_write(struct file *file, const char *user_buffer, size_t cou
int retval = 0;
struct urb *urb = NULL;
char *buf = NULL;
size_t writesize = max(count, MAX_TRANSFER);
size_t writesize = min(count, MAX_TRANSFER);

dev = (struct usb_skel *)file->private_data;

Expand Down

0 comments on commit 4a2cdfb

Please sign in to comment.