Re: [PATCH V5 net-next 01/21] net-next/hinic: Initialize hw interface

From: Aviad Krawczyk
Date: Sun Aug 20 2017 - 05:23:54 EST


We will remove all the casting from void *.

Thanks

On 8/18/2017 8:03 AM, David Miller wrote:
> From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
> Date: Thu, 17 Aug 2017 17:45:40 -0700
>
>> On Thu, 17 Aug 2017 19:52:42 +0800
>> Aviad Krawczyk <aviad.krawczyk@xxxxxxxxxx> wrote:
>>
>>> + nic_dev = (struct hinic_dev *)netdev_priv(netdev);
>>
>> Since netdev_priv() returns void *, a cast is not necessary here.
>
> Agreed.
>
> .
>