freedreno: fix string formatting warning
-Wformat-security throws a warning when a variable is passed as a string format with no other arguments.
This particular warning was missed on pre-merge tests because the -O2 flag optimizes away the constant format string variable.
Fixes: c9c1e261 "mesa: prevent common string formatting security issues"