Re: [PATCH 3/3] libchip/network: Fix printk warnings.

2016-05-31 Thread Chris Johns
On 01/06/2016 15:22, Sebastian Huber wrote: On 31/05/16 23:34, Chris Johns wrote: On 31/05/2016 18:14, Sebastian Huber wrote: Oh, I forgot to remove this driver. It is now located in the libbsd. I will remove it. Is this driver in the legacy stack not working? What about leaving it if it work

Re: [PATCH 3/3] libchip/network: Fix printk warnings.

2016-05-31 Thread Sebastian Huber
On 31/05/16 23:34, Chris Johns wrote: On 31/05/2016 18:14, Sebastian Huber wrote: Oh, I forgot to remove this driver. It is now located in the libbsd. I will remove it. Is this driver in the legacy stack not working? What about leaving it if it works and remove it when the stack is removed

Re: [PATCH 3/3] libchip/network: Fix printk warnings.

2016-05-31 Thread Chris Johns
On 31/05/2016 18:14, Sebastian Huber wrote: Oh, I forgot to remove this driver. It is now located in the libbsd. I will remove it. Is this driver in the legacy stack not working? What about leaving it if it works and remove it when the stack is removed from rtems.git which will be after 4.12

Re: [PATCH 3/3] libchip/network: Fix printk warnings.

2016-05-31 Thread Sebastian Huber
Oh, I forgot to remove this driver. It is now located in the libbsd. I will remove it. -- 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.hu...@embedded-brains.de PGP : P

[PATCH 3/3] libchip/network: Fix printk warnings.

2016-05-31 Thread Chris Johns
--- c/src/libchip/network/dwmac-1000-core.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/c/src/libchip/network/dwmac-1000-core.c b/c/src/libchip/network/dwmac-1000-core.c index 770078a..3aaf0b0 100644 --- a/c/src/libchip/network/dwmac-1000-core.c +++ b/c/