From: Andy Shevchenko <andriy.shevche...@linux.intel.com> Date: Thu, 28 Feb 2019 23:34:29 +0300
> @@ -1554,7 +1554,7 @@ static int enc28j60_probe(struct spi_device *spi) > { > struct net_device *dev; > struct enc28j60_net *priv; > - const void *macaddr; > + unsigned char macaddr[ETH_ALEN]; > int ret = 0; Preserve the reverse christmas tree here please.