common/qat: remove unused time counter
authorConor Walsh <conor.walsh@intel.com>
Mon, 15 Nov 2021 17:58:52 +0000 (17:58 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 11:58:23 +0000 (12:58 +0100)
commit8b46c37be5bc5fd0f8f6c345b29429e57177b02e
tree402289e963f16a7f674cdb2698b593b4a3389e0c
parent20bfb5f655e420a3a928f1dbcbc1bd62a1afce1f
common/qat: remove unused time counter

Reported by clang 13.
This patch removes the us variable from the qat_pf2vf_exch_msg function
within the PF to VF section of the QAT driver as it is an unused but set
variable.

Bugzilla ID: 881
Fixes: b17d16fb47b4 ("common/qat: add PF to VF communication")

Reported-by: Liang Longfeng <longfengx.liang@intel.com>
Signed-off-by: Conor Walsh <conor.walsh@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
drivers/common/qat/qat_pf2vf.c