From: David S. Miller Date: Mon, 21 Oct 2013 21:21:39 +0000 (-0400) Subject: Merge branch 'pci_set_drvdata' X-Git-Tag: v3.13-rc1~105^2~153 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3167fe98ce88ba617300443b54f45549b39417c5;p=platform%2Fkernel%2Flinux-stable.git 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 --- 3167fe98ce88ba617300443b54f45549b39417c5