Re: [PATCH 01/52] net: typhoon: remove unnecessary pci_set_drvdata()
From: David Dillow <dave@thedillows.org>
Date: 2013-09-11 22:45:38
From: David Dillow <dave@thedillows.org>
Date: 2013-09-11 22:45:38
On Wed, 2013-09-11 at 16:21 +0900, Jingoo Han wrote:
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: Jingoo Han <redacted>
For what it is worth, Acked-by: David Dillow <dave@thedillows.org>