Re: [PATCH v2] drm/mediatek: remove unnecessary conversion to bool

2020-06-28 Thread Chun-Kuang Hu
Hi, Bernard: Bernard Zhao 於 2020年6月16日 週二 下午2:51寫道: > > In function mtk_dsi_clk_hs_state, remove unnecessary conversion > to bool return, this change is to make the code a bit readable. Applied to mediatek-drm-fixes [1], thanks. [1]

[PATCH v2] drm/mediatek: remove unnecessary conversion to bool

2020-06-16 Thread Bernard Zhao
In function mtk_dsi_clk_hs_state, remove unnecessary conversion to bool return, this change is to make the code a bit readable. Signed-off-by: Bernard Zhao --- Changes since V1: *optimize to make the code a bit more clear. Link for V1: *https://lore.kernel.org/patchwork/patch/1255327/ ---