On Mon, Nov 11, 2024 at 8:21 AM Rob Herring wrote:
>
> On Sat, Nov 9, 2024 at 5:40 PM Rosen Penev wrote:
> >
> > np here is ofdev->dev.of_node. Better to use the proper functions as
> > there's no use of children or anything else.
>
> Your commit message needs some work.
>
> > Signed-off-by: Rose
On Sat, Nov 9, 2024 at 5:40 PM Rosen Penev wrote:
>
> np here is ofdev->dev.of_node. Better to use the proper functions as
> there's no use of children or anything else.
Your commit message needs some work.
> Signed-off-by: Rosen Penev
> ---
> drivers/net/can/grcan.c | 2
Rosen Penev :
> np here is ofdev->dev.of_node. Better to use the proper functions as
> there's no use of children or anything else.
>
> Signed-off-by: Rosen Penev
> ---
[...]
> diff --git a/drivers/net/ethernet/via/via-rhine.c
> b/drivers/net/ethernet/via/via-rhine.c
> index 894911f3d560..f0792
/20241109233821.8619-1-rosenp%40gmail.com
patch subject: [PATCH net-next] net: use pdev instead of OF funcs
config: arm-moxart_defconfig
(https://download.01.org/0day-ci/archive/20241110/202411102000.aeycgzap-...@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.3.0
reproduce (this is a W=1
/20241109233821.8619-1-rosenp%40gmail.com
patch subject: [PATCH net-next] net: use pdev instead of OF funcs
config: powerpc-ge_imp3a_defconfig
(https://download.01.org/0day-ci/archive/20241110/202411101834.a8qnrx3c-...@intel.com/config)
compiler: powerpc-linux-gcc (GCC) 13.3.0
reproduce (this is a W=1 build
np here is ofdev->dev.of_node. Better to use the proper functions as
there's no use of children or anything else.
Signed-off-by: Rosen Penev
---
drivers/net/can/grcan.c | 2 +-
drivers/net/can/mscan/mpc5xxx_can.c | 2 +-
drivers/net/dsa/bcm_sf2.c