summaryrefslogtreecommitdiff
path: root/tests/i915
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-04-22 15:34:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-04-22 17:14:38 +0100
commit678afb3954bec6227c8762756a0ad6d9946d49b2 (patch)
tree80fc5ce2a804335d3d0fb3155666ed9f89bbea4f /tests/i915
parent47dce767120eb0c70ecfa46e14a3d4228e9b8ea4 (diff)
i915/i915_pm_rpm: No '\n' required in the igt_dynamic_f name!
I instinctively ended the string with '\n', but in this case it is but a name and the '\n' an illegal character. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/i915')
-rw-r--r--tests/i915/i915_pm_rpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index a34e78b6..fedef872 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -1803,7 +1803,7 @@ static void planes_subtest(bool universal, bool dpms)
type = universal ? get_plane_type(plane->plane_id) :
PLANE_OVERLAY;
- igt_dynamic_f("plane-%d\n", plane->plane_id)
+ igt_dynamic_f("plane-%d", plane->plane_id)
test_one_plane(dpms, plane->plane_id, type);
}
drmModeFreePlane(plane);