Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354012
b: refs/heads/master
c: f14287b
h: refs/heads/master
v: v3
  • Loading branch information
Jake Champlin authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent b3d3ec4 commit cdc13a8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c803dd48f0539cb6adcbbcf41c758502e1e102cb
refs/heads/master: f14287b9671d462a54d3b6800832fb519284eb34
3 changes: 1 addition & 2 deletions trunk/drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,9 +672,8 @@ int usbip_recv_iso(struct usbip_device *ud, struct urb *urb)
return 0;

/* my Bluetooth dongle gets ISO URBs which are np = 0 */
if (np == 0) {
if (np == 0)
return 0;
}

buff = kzalloc(size, GFP_KERNEL);
if (!buff)
Expand Down

0 comments on commit cdc13a8

Please sign in to comment.