Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33337
b: refs/heads/master
c: f54fa84
h: refs/heads/master
i:
  33335: dde4544
v: v3
  • Loading branch information
Orjan Friberg authored and Greg Kroah-Hartman committed Aug 11, 2006
1 parent b225662 commit e6875e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 2011e9249a252e0655807fbe6841f6cfe6b6c197
refs/heads/master: f54fa84dda211f68f65002efa44142207c886c79
5 changes: 3 additions & 2 deletions trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,11 +1242,12 @@ static int halt_simple (struct usbtest_dev *dev)
static int ctrl_out (struct usbtest_dev *dev,
unsigned count, unsigned length, unsigned vary)
{
unsigned i, j, len, retval;
unsigned i, j, len;
int retval;
u8 *buf;
char *what = "?";
struct usb_device *udev;

if (length < 1 || length > 0xffff || vary >= length)
return -EINVAL;

Expand Down

0 comments on commit e6875e0

Please sign in to comment.