]> git.baikalelectronics.ru Git - 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)
commitfde731c6f02c52f1c87c052e03c25df3e4e23f67
tree9f6f481729dee223d908085ffd1b201c823a819b
parent77462e0c7db2db689c4d7b8d33c12a320238d960
hantro: h264: Rename scaling list handling function

Commit 597fa6514f7a ("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