Hi Tetsuyuki,
On Mon, Jun 25, 2012 at 7:37 AM, Tetsuyuki Kobayashi wrote:
> NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
I decided this doesn't hurt and it sort-of documents what "must be" (tm).
Applied, thanks.
-Joe
Hi Wolfgang,
On Sun, Jul 8, 2012 at 2:58 PM, Wolfgang Denk wrote:
> Dear Tetsuyuki Kobayashi,
>
> In message <4fe85b87.6090...@kmckk.co.jp> you wrote:
>> NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.
>
> Your patch is OK per se, but please note that it is a mandatory
Dear Wolfgang Denk,
(07/09/2012 04:58 AM), Wolfgang Denk wrote:
> Dear Tetsuyuki Kobayashi,
>
> In message <4fe85b87.6090...@kmckk.co.jp> you wrote:
>> NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.
>
> Your patch is OK per se, but please note that it is a mandatory
Dear Tetsuyuki Kobayashi,
In message <4fe85b87.6090...@kmckk.co.jp> you wrote:
> NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.
Your patch is OK per se, but please note that it is a mandatory
requirement that CONFIG_SYS_HZ == 1000. So if you have any board
where this
NetSetTimeout sets incorrect value to timeDelta when CONFIG_SYS_HZ != 1000.
Signed-off-by: Tetsuyuki Kobayashi
---
net/net.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/net.c b/net/net.c
index 9de7d92..ac9c2c8 100644
--- a/net/net.c
+++ b/net/net.c
@@ -653,7 +653,7
5 matches
Mail list logo