Re: [U-Boot] [PATCH] Marvell 88E1118 interrupt fix

2009-01-29 Thread Ben Warren
Ron Madrid wrote: > This patch adjusts the LED control so that interrupt lines are not reading > LEDs > and effectively causing indefinite interrupts to the controller. > > Signed-off-by: Ron Madrid > --- > drivers/net/tsec.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > di

[U-Boot] [PATCH] Marvell 88E1118 interrupt fix

2009-01-28 Thread Ron Madrid
This patch adjusts the LED control so that interrupt lines are not reading LEDs and effectively causing indefinite interrupts to the controller. Signed-off-by: Ron Madrid --- drivers/net/tsec.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/tsec.c b/drive