Commit 49908b74 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/i915/dvo/sil164: Nuke pointless return statements

Drop the pointless return statements at the end of void
functions.
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221122120825.26338-3-ville.syrjala@linux.intel.comReviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 6ad0571b
...@@ -205,7 +205,6 @@ static void sil164_mode_set(struct intel_dvo_device *dvo, ...@@ -205,7 +205,6 @@ static void sil164_mode_set(struct intel_dvo_device *dvo,
sil164_writeb(sil, 0x0c, 0x89); sil164_writeb(sil, 0x0c, 0x89);
sil164_writeb(sil, 0x08, 0x31);*/ sil164_writeb(sil, 0x08, 0x31);*/
/* don't do much */ /* don't do much */
return;
} }
/* set the SIL164 power state */ /* set the SIL164 power state */
...@@ -224,7 +223,6 @@ static void sil164_dpms(struct intel_dvo_device *dvo, bool enable) ...@@ -224,7 +223,6 @@ static void sil164_dpms(struct intel_dvo_device *dvo, bool enable)
ch &= ~SIL164_8_PD; ch &= ~SIL164_8_PD;
sil164_writeb(dvo, SIL164_REG8, ch); sil164_writeb(dvo, SIL164_REG8, ch);
return;
} }
static bool sil164_get_hw_state(struct intel_dvo_device *dvo) static bool sil164_get_hw_state(struct intel_dvo_device *dvo)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment