From: David S. Miller <davem@davemloft.net>
Date: Tue, 22 Oct 2013 06:12:31 +0000 (-0400)
Subject: Merge branch 'pci_set_drvdata'
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1b138131707670063f76e9a6edcb1c0a08031a28;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

Merge branch 'pci_set_drvdata'

Jingoo Han says:

====================
net: ethernet: remove unnecessary pci_set_drvdata() part 3

Since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound),
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: David S. Miller <davem@davemloft.net>
---

1b138131707670063f76e9a6edcb1c0a08031a28