1
0
Fork 0

MGS-5341 [#imx-1870] Fix the uninitialized variable in GPU driver.

Fix Coverity issue of uninitialized variable, which is introduced by
"LF-165 [#imx-1870] gputop counter test failed"

Date: 10 Jan, 2020
Signed-off-by: Ella Feng <ella.feng@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Ella Feng 2020-01-10 11:15:17 +08:00
parent a1275731c5
commit 5dbe09abb8
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ _ShowRecord(
gctUINT32 handle;
gckVIDMEM_NODE nodeObject;
gctPHYS_ADDR_T physical;
gceSTATUS status;
gceSTATUS status = gcvSTATUS_OK;
static const char * recordTypes[gcvDB_NUM_TYPES] = {
"Unknown",