We will remove all the casting from void *. Thanks
On 8/18/2017 8:03 AM, David Miller wrote: > From: Stephen Hemminger <[email protected]> > Date: Thu, 17 Aug 2017 17:45:40 -0700 > >> On Thu, 17 Aug 2017 19:52:42 +0800 >> Aviad Krawczyk <[email protected]> wrote: >> >>> + nic_dev = (struct hinic_dev *)netdev_priv(netdev); >> >> Since netdev_priv() returns void *, a cast is not necessary here. > > Agreed. > > . >

