]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: loopback: functionally decompose gb_loopback_calc_latency
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Sun, 16 Aug 2015 23:55:06 +0000 (00:55 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 18 Aug 2015 16:45:23 +0000 (09:45 -0700)
commit7c985351d40475ab752b230d5761e646973cb59b
tree00fb63f29d07663270a31ece0786bceaa1845cfc
parentbd416103b204494e29b095e28c5a7b6a77e8f2b9
greybus: loopback: functionally decompose gb_loopback_calc_latency

The __gb_loopback_calc_latency will be useful in later patches. Provide it
here and use as intended. Later on we just want to use the timestamp
rollover detection, so split it out now.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c