Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262913
b: refs/heads/master
c: 4f1a7a3
h: refs/heads/master
i:
  262911: 174b992
v: v3
  • Loading branch information
Maxim Nikulin authored and Greg Kroah-Hartman committed Aug 8, 2011
1 parent 9203f75 commit 725360c
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: e94c587e78811d95a5b0db094f984eeb99f86388
refs/heads/master: 4f1a7a3e78037721496283ea3e87cfefc64d99c7
2 changes: 1 addition & 1 deletion trunk/drivers/usb/class/usbtmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int usbtmc_ioctl_abort_bulk_in(struct usbtmc_device_data *data)
dev_err(dev, "usb_bulk_msg returned %d\n", rv);
goto exit;
}
} while ((actual = max_size) &&
} while ((actual == max_size) &&
(n < USBTMC_MAX_READS_TO_CLEAR_BULK_IN));

if (actual == max_size) {
Expand Down

0 comments on commit 725360c

Please sign in to comment.