From: David S. Miller Date: Wed, 23 Oct 2013 20:58:52 +0000 (-0400) Subject: Merge branch 'pci_set_drvdata' X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~11397^2~134 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=df33db0f5efe8895203d221b9e701c0a61832c76;p=mirror_ubuntu-artful-kernel.git 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 --- df33db0f5efe8895203d221b9e701c0a61832c76