forked from Imagelibrary/rtems
2001-04-11 Eric Valette <valette@crf.canon.fr>
* network/network.c: Fix unnecessary double assignment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-04-11 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
|
* network/network.c: Fix unnecessary double assignment.
|
||||||
|
|
||||||
2001-03-30 Eric Valette <valette@crf.canon.fr>
|
2001-03-30 Eric Valette <valette@crf.canon.fr>
|
||||||
|
|
||||||
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
|
* clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ m860_fec_initialize_hardware (struct m860_enet_struct *sc)
|
|||||||
/*
|
/*
|
||||||
* Set up interrupts
|
* Set up interrupts
|
||||||
*/
|
*/
|
||||||
status = status = BSP_install_rtems_irq_handler (ðernetFECIrqData);
|
status = BSP_install_rtems_irq_handler (ðernetFECIrqData);
|
||||||
if (status != RTEMS_SUCCESSFUL)
|
if (status != RTEMS_SUCCESSFUL)
|
||||||
rtems_panic ("Can't attach M860 FEC interrupt handler: %s\n",
|
rtems_panic ("Can't attach M860 FEC interrupt handler: %s\n",
|
||||||
rtems_status_text (status));
|
rtems_status_text (status));
|
||||||
|
|||||||
Reference in New Issue
Block a user