Hi Jakub,
On 04.11.22 19:50, Jakub Kicinski wrote:
On Fri, 4 Nov 2022 14:05:34 +0100 Marc Kleine-Budde wrote:
- if (can_dropped_invalid_skb(ndev, skb))
- if (can_dev_dropped_skb(dev, skb))
Compiler says "Did you mean ndev"?
Your compiler is a smart buddy! Sorry!
Marc added that single change to my patch for the pch_can.c driver (which is removed in net-next but not in 6.1-rc).
And in pch_can.c the netdev is named ndev.
Would you like to fix this up on your own or should we send an updated PR for the series?
Many thanks, Oliver