commit | 90bd684ded900673d86f64f4b4197704a38f04bc | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 23 12:39:23 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 23 13:23:09 2016 +0100 |
tree | c8dcee6dae0302bc8d725b91c585d1c775375cc7 | |
parent | c0d058c21c69b3685c3f1bb008aa11f1a5eaee7e [diff] |
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>