commit | df33db0f5efe8895203d221b9e701c0a61832c76 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Oct 23 16:58:52 2013 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 23 16:58:52 2013 -0400 |
tree | d1835e5b728f09bc269f14c042143b3070eab1db | |
parent | 305a3388b5b3121aff6b10054136b40ca91ab35b [diff] | |
parent | a3b8a16b802469884c1597414911c8b4d2117674 [diff] |
Merge branch 'pci_set_drvdata' Jingoo Han syas: ==================== ethernet: remove unnecessary pci_set_drvdata() part 4 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>