Re: [PATCH] n800: usb: fix num_eps and avoid BUG()

2008-10-17 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [081013 09:02]: num_eps is 16, not 32. Pushing. Tony Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- 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

[PATCH] n800: usb: fix num_eps and avoid BUG()

2008-10-13 Thread Felipe Balbi
num_eps is 16, not 32. Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- 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 ---