Thread (2 messages) 2 messages, 2 authors, 2013-08-12

[PATCH] fs: tftp: don't duplicate timeout information

From: Baruch Siach <baruch@tkos.co.il>
Date: 2013-08-11 11:37:49
Subsystem: filesystems (vfs and infrastructure), the rest · Maintainers: Alexander Viro, Christian Brauner, Linus Torvalds

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help