From: Qiang Liu <[email protected]>

This series converts seq_printf() calls that only print fixed strings
to seq_puts() which avoids the overhead of format string parsing.

Changes:
- drivers/gpu/drm/drm_debugfs.c
- drivers/gpu/drm/display/drm_dp_mst_topology.c

This has no functional impact on output.

Qiang Liu (2):
  drm/debugfs: Replace seq_printf with seq_puts for constant strings
  drm/dp_mst: Replace seq_printf with seq_puts for constant strings

 drivers/gpu/drm/display/drm_dp_mst_topology.c | 14 +++++++-------
 drivers/gpu/drm/drm_debugfs.c                 |  4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.43.0

Reply via email to