Applied. thanks! On Fri, Jan 10, 2020 at 4:41 PM Harry Wentland <hwentlan@xxxxxxx> wrote: > > On 2020-01-10 2:16 a.m., Chen Zhou wrote: > > The conversion to bool is not needed, remove it. > >> Signed-off-by: Chen Zhou <chenzhou10@xxxxxxxxxx> > > Reviewed-by: Harry Wentland <harry.wentland@xxxxxxx> > > Harry > > > --- > > drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > > index 504055f..a004e8e 100644 > > --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > > +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > > @@ -2792,7 +2792,7 @@ static bool retrieve_link_cap(struct dc_link *link) > > dpcd_data[DP_TRAINING_AUX_RD_INTERVAL]; > > > > link->dpcd_caps.ext_receiver_cap_field_present = > > - aux_rd_interval.bits.EXT_RECEIVER_CAP_FIELD_PRESENT == 1 ? true:false; > > + aux_rd_interval.bits.EXT_RECEIVER_CAP_FIELD_PRESENT == 1; > > > > if (aux_rd_interval.bits.EXT_RECEIVER_CAP_FIELD_PRESENT == 1) { > > uint8_t ext_cap_data[16]; > > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx