commit | 3167fe98ce88ba617300443b54f45549b39417c5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Oct 21 17:21:39 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 21 17:21:39 2013 -0400 |
tree | 70e1f3850304425bb166cc6216c99040145c862f | |
parent | 5eccdfaabcf44f71702ba033d9c24821111749e1 [diff] | |
parent | 390e1b86abbda7c0195bbe89dc5d2aa38134fdc1 [diff] |
Merge branch 'pci_set_drvdata' Jingoo Han says: ==================== net: ethernet: remove unnecessary pci_set_drvdata() part 2 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>