ionic: fix sizeof usage
authorShannon Nelson <snelson@pensando.io>
Tue, 30 Mar 2021 19:52:08 +0000 (12:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2021 00:37:12 +0000 (17:37 -0700)
commit230efff47adbea8274810b593a9caf8e46c2c1f7
treee9cc31395a8269f1cd85fd30830063ae4797435b
parent0f4e7f4e77b2078955f3cf78f0b818a0d2b898e1
ionic: fix sizeof usage

Use the actual pointer that we care about as the subject of the
sizeof, rather than a struct name.

Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_lif.c