]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
hantro: h264: Rename scaling list handling function
authorEzequiel Garcia <ezequiel@collabora.com>
Wed, 1 Jul 2020 13:16:03 +0000 (15:16 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 19 Jul 2020 11:24:37 +0000 (13:24 +0200)
commit4df3a47e3422a9de1f3ce1a4ba8a0447a73e7567
tree9f6f481729dee223d908085ffd1b201c823a819b
parent3ebf271b1dee6df816bd8f2135218640c478dedd
hantro: h264: Rename scaling list handling function

Commit e17f08e31666 ("media: hantro: Do not reorder
H264 scaling list") removed the scaling list reordering,
which was wrong and not needed.

However, the name of the function stayed, which is
confusing for anyone reading the code. Rename
from "reorder" to "assemble" which is cleaner.

This is just a cosmetic cleanup.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/hantro/hantro_h264.c