Re: [PATCH 00/15] net: ethernet: remove unnecessary pci_set_drvdata() part 2
From: David Miller <davem@davemloft.net>
Date: 2013-10-21 21:21:54
From: David Miller <davem@davemloft.net>
Date: 2013-10-21 21:21:54
From: Jingoo Han <redacted> Date: Mon, 21 Oct 2013 11:08:21 +0900
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.
Series applied, thanks.