public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] media: mediatek: vcodec: VP9 slice setup cleanups and fixes
@ 2026-05-06  8:41 Haoxiang Li
  2026-05-06  8:42 ` [PATCH 1/4] media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setup_lat_buffer() Haoxiang Li
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Haoxiang Li @ 2026-05-06  8:41 UTC (permalink / raw)
  To: tiffany.lin, andrew-ct.chen, yunfei.dong, mchehab, matthias.bgg,
	angelogioacchino.delregno, hverkuil+cisco, laurent.pinchart,
	p.zabel, benjamin.gaignard, nicolas
  Cc: linux-media, linux-kernel, linux-arm-kernel, linux-mediatek,
	Haoxiang Li

Patches 1 and 2 change the signatures of two functions to void, removing
the now-unnecessary return value and its associated dead error checks.
Patches 3 and 4 add missing memory release operations in error paths,
fixing resource leaks.

These patches are carried out under the guidance of Nicolas Dufresne.
Thanks, Nicolas!

Haoxiang Li (4):
  media: mediatek: vcodec: remove redundant return value of
    vdec_vp9_slice_setup_lat_buffer()
  media: mediatek: vcodec: remove redundant return value of
    vdec_vp9_slice_setup_prob_buffer()
  media: mediatek: vcodec: free working buf on error path in
    vdec_vp9_slice_setup_lat()
  media: mediatek: vcodec: free working buf in
    vdec_vp9_slice_setup_single()

 .../vcodec/decoder/vdec/vdec_vp9_req_lat_if.c | 29 +++++++------------
 1 file changed, 11 insertions(+), 18 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-06 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  8:41 [PATCH 0/4] media: mediatek: vcodec: VP9 slice setup cleanups and fixes Haoxiang Li
2026-05-06  8:42 ` [PATCH 1/4] media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setup_lat_buffer() Haoxiang Li
2026-05-06  8:42 ` [PATCH 2/4] media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setup_prob_buffer() Haoxiang Li
2026-05-06  8:42 ` [PATCH 3/4] media: mediatek: vcodec: free working buf on error path in vdec_vp9_slice_setup_lat() Haoxiang Li
2026-05-06  8:42 ` [PATCH 4/4] media: mediatek: vcodec: free working buf in vdec_vp9_slice_setup_single() Haoxiang Li
2026-05-06 15:02 ` [PATCH 0/4] media: mediatek: vcodec: VP9 slice setup cleanups and fixes Nicolas Dufresne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox