Re: [RFC PATCH v3 7/8] net: dsa: qca8k: add LEDs support
From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-11-09 21:23:05
Also in:
linux-devicetree, linux-doc, linux-leds, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-11-09 21:23:05
Also in:
linux-devicetree, linux-doc, linux-leds, lkml
+static int +qca8k_parse_netdev(unsigned long rules, u32 *offload_trigger, u32 *mask)
This is a rather oddly named function, given that it is not actually
passed a netdev. netdev has a very well defined meaning in the network
stack, struct net_device.
Andrew