On Thu, 2026-09-10 at 10:56 +0300, Alexandru Dadu wrote: > From: Alessio Belle <[email protected]> > > This pointer, which is part of struct rogue_fwif_tracebuf_space (a FW > interface structure), was initialised but never used to access the FW > trace buffer - only the source pointer in the initialisation being > removed is used. > > Signed-off-by: Alessio Belle <[email protected]> > Signed-off-by: Alexandru Dadu <[email protected]> > ---
Reviewed-by: Luigi Santivetti <[email protected]> > drivers/gpu/drm/imagination/pvr_fw_trace.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/imagination/pvr_fw_trace.c > b/drivers/gpu/drm/imagination/pvr_fw_trace.c > index 6bb5baa6c41b..813b7b0c8d4e 100644 > --- a/drivers/gpu/drm/imagination/pvr_fw_trace.c > +++ b/drivers/gpu/drm/imagination/pvr_fw_trace.c > @@ -101,7 +101,6 @@ tracebuf_ctrl_init(void *cpu_ptr, void *priv) > pvr_fw_object_get_fw_addr(trace_buffer->buf_obj, > &tracebuf_space- > >trace_buffer_fw_addr); > > - tracebuf_space->trace_buffer = trace_buffer->buf; > tracebuf_space->trace_pointer = 0; > } > } >
