kms_cursor_crc: Replace snprintf()+%s with just %d
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 10:38:31 +0000 (13:38 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Apr 2014 13:18:19 +0000 (16:18 +0300)
commitf688a56ee8285f6ebc416d5038eded73f04602bb
tree83b4d11e983d8ed2bae68b1aefdee40b63fd3590
parentfb2ccb1ade605e7c55da2ee82c9cd41d98270fa5
kms_cursor_crc: Replace snprintf()+%s with just %d

There's no point in first printing the int to temp string using %d
and then printing that out with %s. Just stick the %d into the final
string.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
tests/kms_cursor_crc.c