thx for all the patches
On 06/04/12 14:37, Conor O'Gorman wrote:
> +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c
> ++++ b/arch/mips/lantiq/xway/dev-dwc_otg.c
> +@@ -43,7 +43,6 @@ static struct resource resources[] =
> + },
> + [1] = {
> + .name = "dwc_otg_irq",
> +- .start = LTQ_USB_INT,
> + .flags = IORESOURCE_IRQ,
> + },
> + };
> +@@ -63,6 +62,7 @@ int __init
> + xway_register_dwc(int pin)
> + {
> + struct irq_data d;
> ++ resources[1].start = LTQ_USB_INT;
> + d.irq = resources[1].start;
> + ltq_enable_irq(&d);
> + platform_dev.dev.platform_data = (void*) pin;
is there a technical reason for this bit that i fail to understand or is
it more a style preference fixup ?
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel