mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fs: tftp: don't duplicate timeout information
@ 2013-08-11 11:36 Baruch Siach
  2013-08-12  6:01 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2013-08-11 11:36 UTC (permalink / raw)
  To: barebox

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
Untested.

 fs/tftp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/tftp.c b/fs/tftp.c
index 50efe0d..b641faf 100644
--- a/fs/tftp.c
+++ b/fs/tftp.c
@@ -40,7 +40,7 @@
 #define TFTP_RESEND_TIMEOUT	SECOND
 
 /* After this time without progress we will bail out */
-#define TFTP_TIMEOUT		(5 * SECOND)
+#define TFTP_TIMEOUT		(TIMEOUT * SECOND)
 
 /*
  *	TFTP operations.
-- 
1.8.4.rc2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs: tftp: don't duplicate timeout information
  2013-08-11 11:36 [PATCH] fs: tftp: don't duplicate timeout information Baruch Siach
@ 2013-08-12  6:01 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2013-08-12  6:01 UTC (permalink / raw)
  To: Baruch Siach; +Cc: barebox

On Sun, Aug 11, 2013 at 02:36:40PM +0300, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied, thanks

Sascha

> ---
> Untested.
> 
>  fs/tftp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/tftp.c b/fs/tftp.c
> index 50efe0d..b641faf 100644
> --- a/fs/tftp.c
> +++ b/fs/tftp.c
> @@ -40,7 +40,7 @@
>  #define TFTP_RESEND_TIMEOUT	SECOND
>  
>  /* After this time without progress we will bail out */
> -#define TFTP_TIMEOUT		(5 * SECOND)
> +#define TFTP_TIMEOUT		(TIMEOUT * SECOND)
>  
>  /*
>   *	TFTP operations.
> -- 
> 1.8.4.rc2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-12  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-11 11:36 [PATCH] fs: tftp: don't duplicate timeout information Baruch Siach
2013-08-12  6:01 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox