Re: [PATCH net-next v2 3/8] net: pse-pd: Introduce PSE types enumeration

From: Andrew Lunn
Date: Sun Dec 03 2023 - 13:31:13 EST


> +u32 pse_get_types(struct pse_control *psec)
> +{
> + if (!psec->pcdev)

Is that possible?

Andrew