v3d: Actually put the "%s" in the snprintf.
authorEric Anholt <eric@anholt.net>
Wed, 1 Aug 2018 18:25:58 +0000 (11:25 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 1 Aug 2018 18:39:19 +0000 (11:39 -0700)
commitc2eab33b088f90cb66802a9e96e92305cccebdc7
tree14a65119505e194ff1a97953fe3f03c3f5e7a2af
parentd74227056497cae04fa28bb1c27d9f9dd07526bd
v3d: Actually put the "%s" in the snprintf.

I missed an important part when porting the change over, fixing my
compiler warning but breaking -Werror=format-security.

Fixes: e6ff5ac4468e ("v3d: use snprintf(..., "%s", ...) instead of strncpy")
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107443
src/broadcom/cle/v3d_decoder.c