[PATCH] Updated Legacy code in arm rtl22xx

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Jul 11 07:46:09 UTC 2013


On 07/10/2013 07:44 PM, Vipul Nayyar wrote:
> @@ -69,13 +64,27 @@ unsigned short cs8900_mem_get_reg (cs8900_device *cs, unsigned long reg)
>
>   void cs8900_attach_interrupt (cs8900_device *cs)
>   {
> +    rtems_status_code status = RTEMS_SUCCESSFUL;
>       g_cs = cs;
> -    BSP_install_rtems_irq_handler(&cs8900_isr_data);
> +    status = rtems_interrupt_handler_install(          \
> +        LPC22xx_INTERRUPT_EINT2,                                     \
> +        "Network",                                       \

Why do you use the line continuation here?

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list