mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
drm/amd/display: Some more warning fixes
This doesn't show with gcc6 Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
ce9c088051
commit
c2e218dda0
@@ -393,8 +393,8 @@ static void dce_clock_read_integrated_info(struct dce_disp_clk *clk_dce)
|
||||
{
|
||||
struct dc_debug *debug = &clk_dce->base.ctx->dc->debug;
|
||||
struct dc_bios *bp = clk_dce->base.ctx->dc_bios;
|
||||
struct integrated_info info = { 0 };
|
||||
struct firmware_info fw_info = { 0 };
|
||||
struct integrated_info info = { { { 0 } } };
|
||||
struct firmware_info fw_info = { { 0 } };
|
||||
int i;
|
||||
|
||||
if (bp->integrated_info)
|
||||
@@ -456,7 +456,7 @@ static void dce_clock_read_ss_info(struct dce_disp_clk *clk_dce)
|
||||
bp, AS_SIGNAL_TYPE_GPU_PLL);
|
||||
|
||||
if (ss_info_num) {
|
||||
struct spread_spectrum_info info = { 0 };
|
||||
struct spread_spectrum_info info = { { 0 } };
|
||||
enum bp_result result = bp->funcs->get_spread_spectrum_info(
|
||||
bp, AS_SIGNAL_TYPE_GPU_PLL, 0, &info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user