From: Shaun Pereira <[EMAIL PROTECTED]>
Fixes the following error from kernel
T2 kernel: schedule_timeout:
wrong timeout value ffffffffffffffff from ffffffff88164796
Signed-off-by: Shaun Pereira <[EMAIL PROTECTED]>
Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
net/x25/af_x25.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN net/x25/af_x25.c~x25-fix-kernel-error-message-64-bit-kernel
net/x25/af_x25.c
--- devel/net/x25/af_x25.c~x25-fix-kernel-error-message-64-bit-kernel
2006-03-08 00:09:43.000000000 -0800
+++ devel-akpm/net/x25/af_x25.c 2006-03-08 00:09:43.000000000 -0800
@@ -744,7 +744,7 @@ out:
return rc;
}
-static int x25_wait_for_data(struct sock *sk, int timeout)
+static int x25_wait_for_data(struct sock *sk, long timeout)
{
DECLARE_WAITQUEUE(wait, current);
int rc = 0;
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html