]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: dead code cleanup in kconfig for VIDEO_SOLO6X10
authorJulian Braha <julianbraha@gmail.com>
Sun, 29 Mar 2026 18:39:42 +0000 (19:39 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 5 May 2026 14:57:02 +0000 (16:57 +0200)
The same kconfig 'select FONT_8x16' appears twice for VIDEO_SOLO6X10.
I propose removing the second instance, as it is effectively dead code.

This dead code was found by kconfirm, a static analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/pci/solo6x10/Kconfig

index adb247847e0048d29de8bc4f5aceb3f236964854..cc4a7b0883708be1ee3915a48e37afffc598804b 100644 (file)
@@ -8,7 +8,6 @@ config VIDEO_SOLO6X10
        select VIDEOBUF2_DMA_SG
        select VIDEOBUF2_DMA_CONTIG
        select SND_PCM
-       select FONT_8x16
        help
          This driver supports the Bluecherry H.264 and MPEG-4 hardware
          compression capture cards and other Softlogic-based ones.