[PATCH v4 3/5] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

Andrew Lunn andrew at lunn.ch
Thu Oct 29 17:06:32 EDT 2020


> >> +static irqreturn_t ax88796c_interrupt(int irq, void *dev_instance)
> >> +{
> >> +	struct net_device *ndev = dev_instance;
> >> +	struct ax88796c_device *ax_local = to_ax88796c_device(ndev);

Do the assignment later.

   Andrew



More information about the linux-arm-kernel mailing list