Skip to content

Commit a351132

Browse files
sfrothwellalexdeucher
authored andcommitted
merge fix for "ftrace: Rework event_create_dir()"
Reviewed-by: Kevin Wang <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 57fb0ab commit a351132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ TRACE_EVENT(amdgpu_ib_pipe_sync,
473473
TP_PROTO(struct amdgpu_job *sched_job, struct dma_fence *fence),
474474
TP_ARGS(sched_job, fence),
475475
TP_STRUCT__entry(
476-
__string(ring, sched_job->base.sched->name);
476+
__string(ring, sched_job->base.sched->name)
477477
__field(uint64_t, id)
478478
__field(struct dma_fence *, fence)
479479
__field(uint64_t, ctx)

0 commit comments

Comments
 (0)