[X25]: fix kernel error message 64 bit kernel
Fixes the following error from kernel T2 kernel: schedule_timeout: wrong timeout value ffffffffffffffff from ffffffff88164796 Signed-off-by: Shaun Pereira <spereira@tusc.com.au> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1b06e6ba25
commit
bac37ec830
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue