wan: pci200syn: remove unnecessary pci_set_drvdata()
authorJingoo Han <[email protected]>
Mon, 9 Dec 2013 03:31:46 +0000 (12:31 +0900)
committerDavid S. Miller <[email protected]>
Mon, 9 Dec 2013 23:09:29 +0000 (18:09 -0500)
commit9e2c921f1dd2fa7695cbfebe6adad1b65fef67b5
tree11c54e8e59ce99de3fdfca821a42bfc23a084b45
parent06bbd681904d80aa76ed132fcc37d8887799b1cd
wan: pci200syn: 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/wan/pci200syn.c