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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230328145658.7fdbc394@kernel.org>
Date:   Tue, 28 Mar 2023 14:56:58 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Marc Kleine-Budde <mkl@...gutronix.de>
Cc:     netdev@...r.kernel.org, davem@...emloft.net,
        linux-can@...r.kernel.org, kernel@...gutronix.de,
        Geert Uytterhoeven <geert+renesas@...der.be>,
        Simon Horman <simon.horman@...igine.com>,
        Vincent Mailhol <mailhol.vincent@...adoo.fr>
Subject: Re: [PATCH net-next 01/11] can: rcar_canfd: Add transceiver support

On Mon, 27 Mar 2023 09:33:44 +0200 Marc Kleine-Budde wrote:
> @@ -1836,6 +1849,7 @@ static void rcar_canfd_channel_remove(struct rcar_canfd_global *gpriv, u32 ch)
>  
>  static int rcar_canfd_probe(struct platform_device *pdev)
>  {
> +	struct phy *transceivers[RCANFD_NUM_CHANNELS] = { 0, };
>  	const struct rcar_canfd_hw_info *info;
>  	struct device *dev = &pdev->dev;
>  	void __iomem *addr;

[somehow this got stuck in my outgoing mail]

drivers/net/can/rcar/rcar_canfd.c:1852:59: warning: Using plain integer as NULL pointer

Could you follow up with a fix fix?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ