net: ns83820: remove unnecessary pci_set_drvdata()
authorJingoo Han <[email protected]>
Mon, 9 Dec 2013 03:27:27 +0000 (12:27 +0900)
committerDavid S. Miller <[email protected]>
Mon, 9 Dec 2013 23:09:28 +0000 (18:09 -0500)
commite28f4d595186cc02beaffd1952b82d3d8147c556
tree56c8153c92be3f4016f12331b3ad1c0ceac14ad2
parentadd0cdb43a421239c1ca6ebe6fc2b591b37dbc00
net: ns83820: remove unnecessary pci_set_drvdata()

The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.

Signed-off-by: Jingoo Han <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/natsemi/ns83820.c