Skip to content

Commit c74f31f

Browse files
buildkernel1vbajs
authored andcommitted
drm: msm: fix unused variable
Signed-off-by: buildkernel1 <buildkernel1@gmail.com> Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent e575c6d commit c74f31f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

drivers/gpu/drm/msm/dsi-staging/dsi_display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,6 @@ int dsi_display_check_status(struct drm_connector *connector, void *display,
875875
bool te_check_override)
876876
{
877877
struct dsi_display *dsi_display = display;
878-
struct drm_panel_esd_config *config;
879878
struct dsi_panel *panel;
880879
u32 status_mode;
881880
int rc = 0x1;

drivers/gpu/drm/msm/dsi-staging/dsi_panel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4545,7 +4545,7 @@ int dsi_panel_set_nolp(struct dsi_panel *panel)
45454545
}
45464546

45474547
mutex_lock(&panel->panel_lock);
4548-
4548+
goto exit;
45494549
/**
45504550
* Consider about LP1->LP2->NOLP.
45514551
*/

0 commit comments

Comments
 (0)