Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265041
b: refs/heads/master
c: edb2b25
h: refs/heads/master
i:
  265039: d1a7f69
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Sep 29, 2011
1 parent 848fc3d commit 122ed99
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: 1bfac90d1b8e63a4d44158c3445d8fda3fb6d5eb
refs/heads/master: edb2b255a0bebac5aeb17c7613aeb76ba4e6c63c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ int usb_sg_init(struct usb_sg_request *io, struct usb_device *dev,

len = sg->length;
if (length) {
len = min_t(unsigned, len, length);
len = min_t(size_t, len, length);
length -= len;
if (length == 0)
io->entries = i + 1;
Expand Down

0 comments on commit 122ed99

Please sign in to comment.