Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96632
b: refs/heads/master
c: 6def755
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Greg Kroah-Hartman committed May 14, 2008
1 parent 2717027 commit 73435b7
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 5fc89390f74ac42165db477793fb30f6a200e79c
refs/heads/master: 6def755320a214ae149ad6bc69eb8c1d7887e678
5 changes: 5 additions & 0 deletions trunk/drivers/usb/misc/usbtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,11 @@ test_ctrl_queue (struct usbtest_dev *dev, struct usbtest_param *param)
struct urb *u;
struct usb_ctrlrequest req;
struct subcase *reqp;

/* sign of this variable means:
* -: tested code must return this (negative) error code
* +: tested code may return this (negative too) error code
*/
int expected = 0;

/* requests here are mostly expected to succeed on any
Expand Down

0 comments on commit 73435b7

Please sign in to comment.