]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 11:39:23 +0000 (12:39 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 12:23:09 +0000 (13:23 +0100)
commite215b6009509d451c1b222073ad8447a4f323ac6
treec8dcee6dae0302bc8d725b91c585d1c775375cc7
parent6bbfb16b875e36fbed91ce53f14cc3427cf795b3
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()

ktime_add_ms() should be used to add the resend time (in ms) rather than
ktime_add_ns().

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/call_event.c