media: cec-pin: rename timer overrun variables
authorDeborah Brouwer <deborahbrouwer3563@gmail.com>
Wed, 28 Jul 2021 05:56:16 +0000 (07:56 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 4 Aug 2021 12:43:52 +0000 (14:43 +0200)
commitc8b263937c489ec536193bbe48d810118a387e12
tree450eb1f95fa51de65197a5303bfd5517061e5710
parent5cdd19bbad75f6cf1c44ac494b92a3b8d8826001
media: cec-pin: rename timer overrun variables

The cec pin timer overruns are measured in microseconds, but the variable
names include the millisecond symbol "ms". To avoid confusion, replace
"ms" with "us" in the variable names and printed status message.

Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/cec/core/cec-pin-priv.h
drivers/media/cec/core/cec-pin.c