]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: timesync: Make printout consitent with other greybus messages
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Wed, 22 Jun 2016 13:58:44 +0000 (14:58 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 24 Jun 2016 22:49:58 +0000 (15:49 -0700)
commitfd6d6f61d83c8217a052ba494f5b44abcec7ff43
tree81df4a0b9a4af0d37aae71e8b526f43b83d3a6e2
parent50687f360958722de8610998a3cc886d9c9ba0b5
greybus: timesync: Make printout consitent with other greybus messages

The current printout on a TimeSync ping doesn't actually contain the word
greybus and uses the word ping-time in the print string, something that
appears nowhere in our official documentation on this feature. This patch
changes the format string to contain 'greybus' and 'frametime' to bring the
TimeSync printout more in-line with other greybus kernel log strings.

before:
timesync ping-time: ap=8632564 1-svc=8630712 greybus1=8633031 1-8.8=8633026

after:
greybus frametime: ap=8632564 1-svc=8630712 greybus1=8633031 1-8.8=8633026

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