Re: [PATCH] video: hdmi: Remove unused hdmi_infoframe_check

2024-12-21 Thread Helge Deller
On 12/17/24 02:38, li...@treblig.org wrote: From: "Dr. David Alan Gilbert" hdmi_infoframe_check() has been unused since it was added in commit c5e69ab35c0d ("video/hdmi: Constify infoframe passed to the pack functions") Remove it. Note that the individual check functions for each type are act

[PATCH] video: hdmi: Remove unused hdmi_infoframe_check

2024-12-16 Thread linux
From: "Dr. David Alan Gilbert" hdmi_infoframe_check() has been unused since it was added in commit c5e69ab35c0d ("video/hdmi: Constify infoframe passed to the pack functions") Remove it. Note that the individual check functions for each type are actually used, so they're staying. Signed-off-by