r8152: remove clearing the memory to zero for netdev priv
Remove memset(tp, 0, sizeof(*tp)); Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
78f1ccc4f8
commit
197d439eec
@ -2105,7 +2105,6 @@ static int rtl8152_probe(struct usb_interface *intf,
|
||||
|
||||
SET_NETDEV_DEV(netdev, &intf->dev);
|
||||
tp = netdev_priv(netdev);
|
||||
memset(tp, 0, sizeof(*tp));
|
||||
tp->msg_enable = 0x7FFF;
|
||||
|
||||
tasklet_init(&tp->tl, bottom_half, (unsigned long)tp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user