Message ID | 20230516062657.28616-3-lujianhua000@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [RESEND,1/3] arm64: dts: qcom: sm8250-xiaomi-elish-boe: fix panel compatible | expand |
On 16/05/2023 08:26, Jianhua Lu wrote: > Remove a redundant empty line introduced by > commit 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") So you resent my patches just to add a comment? Not even as a dependency of something? Please, no. > > Fixes: 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") It's not a bug. Drop fixes tag. Best regards, Krzysztof
On Tue, May 16, 2023 at 09:11:28AM +0200, Krzysztof Kozlowski wrote: > On 16/05/2023 08:26, Jianhua Lu wrote: > > Remove a redundant empty line introduced by > > commit 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") > > So you resent my patches just to add a comment? Not even as a dependency > of something? Please, no. Acked, I will split this patch to new series. > > > > > Fixes: 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") > > It's not a bug. Drop fixes tag. Acked > > > Best regards, > Krzysztof >
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi index 8af6a0120a50..eaac00085894 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi @@ -504,7 +504,6 @@ panel_in_1: endpoint { remote-endpoint = <&dsi1_out>; }; }; - }; }; };
Remove a redundant empty line introduced by commit 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") Fixes: 51c4c2bd6f31 ("arm64: dts: qcom: sm8250-xiaomi-elish-boe: Add mdss and dsi panel") Signed-off-by: Jianhua Lu <lujianhua000@gmail.com> --- arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 1 - 1 file changed, 1 deletion(-)