We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59359a commit 3a3a71fCopy full SHA for 3a3a71f
drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
@@ -717,7 +717,7 @@ static void sun6i_dsi_encoder_enable(struct drm_encoder *encoder)
717
struct drm_display_mode *mode = &encoder->crtc->state->adjusted_mode;
718
struct sun6i_dsi *dsi = encoder_to_sun6i_dsi(encoder);
719
struct mipi_dsi_device *device = dsi->device;
720
- union phy_configure_opts opts = { 0 };
+ union phy_configure_opts opts = { };
721
struct phy_configure_opts_mipi_dphy *cfg = &opts.mipi_dphy;
722
u16 delay;
723
int err;
0 commit comments