]> git.karo-electronics.de Git - linux-beck.git/commit
greybus: bootrom: send timeout in milliseconds to gb_bootrom_set_timeout()
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 22 Jun 2016 09:16:40 +0000 (14:46 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 24 Jun 2016 23:03:28 +0000 (16:03 -0700)
commitdbb8cfeba9cc22e091eaec3dfa34ae4c7dc4d241
tree20e4dbb72f753691bfc15d6860011b3e43d4f081
parenta4293e1d4e6416477976ee3bd248589d3fc4bb19
greybus: bootrom: send timeout in milliseconds to gb_bootrom_set_timeout()

Rename NEXT_REQ_TIMEOUT_J to NEXT_REQ_TIMEOUT_MS and store the timeout
in milliseconds instead of jiffies.

Suggested-by: Alex Elder <alex.elder@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bootrom.c