media: s5p-mfc: drop unused static s5p_mfc_cmds
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Dec 2023 15:44:00 +0000 (16:44 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Mon, 22 Jan 2024 11:16:43 +0000 (12:16 +0100)
commit8798f1a8e0cc5dc343a79a90fb0d8bbc55ba834d
tree407495a137867c72cfa867e8b9ed8606bab46fdb
parent12273a3295524afa50d5b6cd396b5ee23e7c96b6
media: s5p-mfc: drop unused static s5p_mfc_cmds

File-scope static variable "s5p_mfc_cmds" is not read after assignment,
thus it can be dropped entirely.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Aakarsh Jain <aakarsh.jain@samsung.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_cmd.c