All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] n800: usb: fix num_eps and avoid BUG()
@ 2008-10-13 12:35 Felipe Balbi
  2008-10-17 22:37 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2008-10-13 12:35 UTC (permalink / raw)
  To: linux-omap; +Cc: Felipe Balbi

num_eps is 16, not 32.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
---
 arch/arm/mach-omap2/board-n800-usb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800-usb.c b/arch/arm/mach-omap2/board-n800-usb.c
index f8df19e..fc128f2 100644
--- a/arch/arm/mach-omap2/board-n800-usb.c
+++ b/arch/arm/mach-omap2/board-n800-usb.c
@@ -73,7 +73,7 @@ static struct musb_hdrc_config musb_config = {
 	.dyn_fifo	= 1,
 	.soft_con	= 1,
 	.dma		= 1,
-	.num_eps	= 32,
+	.num_eps	= 16,
 	.dma_channels	= 7,
 	.ram_bits	= 12,
 	.eps_bits	= musb_eps,
-- 
1.6.0.2.307.gc427


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-17 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 12:35 [PATCH] n800: usb: fix num_eps and avoid BUG() Felipe Balbi
2008-10-17 22:37 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.