Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264902
b: refs/heads/master
c: dfd8c81
h: refs/heads/master
v: v3
  • Loading branch information
kuninori.morimoto.gx@renesas.com authored and Greg Kroah-Hartman committed Aug 22, 2011
1 parent ad5f0d0 commit 481bd24
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: 939f325f4a0fb7eb189268a4593e427d3a075514
refs/heads/master: dfd8c81fd1c09c740140a2334669994d5c6edcaa
2 changes: 1 addition & 1 deletion trunk/drivers/usb/renesas_usbhs/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static u16 usbhsp_setup_pipemaxp(struct usbhs_pipe *pipe,
/* host should set DEVSEL */

/* reutn MXPS */
return PIPE_MAXP_MASK & le16_to_cpu(desc->wMaxPacketSize);
return PIPE_MAXP_MASK & usb_endpoint_maxp(desc);
}

static u16 usbhsp_setup_pipebuff(struct usbhs_pipe *pipe,
Expand Down

0 comments on commit 481bd24

Please sign in to comment.