Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213595
b: refs/heads/master
c: 6587cc0
h: refs/heads/master
i:
  213593: fb9eca0
  213591: 282f630
v: v3
  • Loading branch information
Anil Shetty authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 3f37897 commit 01904cf
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: f11d893de444965dfd3e55f726533ae1df5c6471
refs/heads/master: 6587cc0f30cd2f27cf0677e470f18792925a23a4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/musbhsdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static struct dma_channel *dma_channel_allocate(struct dma_controller *c,
channel = &(musb_channel->channel);
channel->private_data = musb_channel;
channel->status = MUSB_DMA_STATUS_FREE;
channel->max_len = 0x10000;
channel->max_len = 0x100000;
/* Tx => mode 1; Rx => mode 0 */
channel->desired_mode = transmit;
channel->actual_len = 0;
Expand Down

0 comments on commit 01904cf

Please sign in to comment.