]> 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)
commit63e6374e57b0e065e5732c4802a40853132566f7
treec8dcee6dae0302bc8d725b91c585d1c775375cc7
parentd7c2a0561b0e18b49a7069f6dc9b4a3b794d8431
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