Skip to content

Commit faf6c1c

Browse files
hvilleneuvedoogregkh
authored andcommitted
drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member
commit 66ae275 upstream. Now that the driver has been converted to use wrapped MIPI DCS functions, the num_init_cmds structure member is no longer needed, so remove it. Fixes: 35583e1 ("drm/panel: panel-jadard-jd9365da-h3: use wrapped MIPI DCS functions") Cc: stable@vger.kernel.org Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Link: https://lore.kernel.org/r/20240930170503.1324560-1-hugo@hugovil.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240930170503.1324560-1-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3cf2e7c commit faf6c1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ struct jadard_panel_desc {
2626
unsigned int lanes;
2727
enum mipi_dsi_pixel_format format;
2828
int (*init)(struct jadard *jadard);
29-
u32 num_init_cmds;
3029
bool lp11_before_reset;
3130
bool reset_before_power_off_vcioo;
3231
unsigned int vcioo_to_lp11_delay_ms;

0 commit comments

Comments
 (0)