Hi Jakub, On Tue, Mar 28, 2023 at 11:57 PM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > 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? Sure (that one was well hidden in the sparse output) https://lore.kernel.org/r/7f7b0dde0caa2d2977b4fb5b65b63036e75f5022.1680071972.git.geert+renesas@xxxxxxxxx Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds