wireless: ath10k: remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Tue, 10 Sep 2013 11:25:11 +0000 (20:25 +0900)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 12 Sep 2013 16:22:08 +0000 (19:22 +0300)
commit3699ddc55fc1d1689a411ada9d74e584f7987f46
tree66b07d9628837e8a6a3349049bfd6b324678bcb1
parente9bb0aa39bce2f0a159c562c322c2d2746e6560d
wireless: ath10k: 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 <jg1.han@samsung.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c