lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 9 Aug 2020 21:55:31 +0200
From:   LuK1337 <priv.luk@...il.com>
To:     unlisted-recipients:; (no To-header on input)
Cc:     Andy Gross <agross@...nel.org>,
        Bjorn Andersson <bjorn.andersson@...aro.org>,
        Rob Herring <robh+dt@...nel.org>,
        linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: qcom: pm660: Fix missing pound sign in
 interrupt-cells

Bumping this thread, would be nice if someone could handle this simple fix.

On 7/25/20 10:24 AM, LuK1337 wrote:
> From: Łukasz Patron <priv.luk@...il.com>
> 
> Also add a space after '=' while at it.
> 
> Signed-off-by: Łukasz Patron <priv.luk@...il.com>
> ---
>   arch/arm64/boot/dts/qcom/pm660.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/pm660.dtsi b/arch/arm64/boot/dts/qcom/pm660.dtsi
> index ea0e9558d0f2..2e6a6f6c3b66 100644
> --- a/arch/arm64/boot/dts/qcom/pm660.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm660.dtsi
> @@ -44,7 +44,7 @@ pm660_gpios: gpios@...0 {
>   			gpio-ranges = <&pm660_gpios 0 0 13>;
>   			#gpio-cells = <2>;
>   			interrupt-controller;
> -			interrupt-cells =<2>;
> +			#interrupt-cells = <2>;
>   		};
>   	};
>   };
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ