commit | 3556dd408232e1d0dea7e24eea217a3d1185bfc0 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Wed Dec 16 15:04:19 2015 +0200 |
committer | Jani Nikula <jani.nikula@intel.com> | Wed Dec 16 18:01:32 2015 +0200 |
tree | d2b10d7ac312cddfa377eaefff414903e9f78aff | |
parent | e23ceb83e8b5aeabb5bc54ee33a54fad70c397e3 [diff] |
drm/i915/bios: fix format string of the VBT signature logging Specify the maximum number of letters to print from the potentially unterminated buffer, not the minimum. While at it, use sizeof instead of a magic number. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1450271061-32646-2-git-send-email-jani.nikula@intel.com