Message ID | 20220224191551.69103-1-magalilemes00@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Address a few compilation warnings | expand |
Series is Reviewed-by: Harry Wentland <harry.wentland@amd.com> Harry On 2022-02-24 14:15, Magali Lemes wrote: > This patchset addresses a few warnings reported by the Kernel Test Robot and > sparse. > > Magali Lemes (4): > drm/amd/display: Adjust functions documentation > drm/amd/display: Add conditional around function > drm/amd/display: Use NULL instead of 0 > drm/amd/display: Turn functions into static > > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 +++- > .../gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 2 +- > drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.c | 4 ++-- > drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +++--- > drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +- > drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 4 ++-- > drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c | 4 +--- > .../gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c | 2 +- > 8 files changed, 14 insertions(+), 14 deletions(-) >
Applied with some minor modifications to patches 3 and 4 to avoid adding new warnings. Alex On Thu, Feb 24, 2022 at 2:44 PM Harry Wentland <harry.wentland@amd.com> wrote: > > Series is > Reviewed-by: Harry Wentland <harry.wentland@amd.com> > > Harry > > On 2022-02-24 14:15, Magali Lemes wrote: > > This patchset addresses a few warnings reported by the Kernel Test Robot and > > sparse. > > > > Magali Lemes (4): > > drm/amd/display: Adjust functions documentation > > drm/amd/display: Add conditional around function > > drm/amd/display: Use NULL instead of 0 > > drm/amd/display: Turn functions into static > > > > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 +++- > > .../gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 2 +- > > drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.c | 4 ++-- > > drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +++--- > > drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 2 +- > > drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 4 ++-- > > drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c | 4 +--- > > .../gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c | 2 +- > > 8 files changed, 14 insertions(+), 14 deletions(-) > > >