mfd: lpc_ich: Remove unnecessary pci_set_drvdata()
authorJingoo Han <jg1.han@samsung.com>
Thu, 12 Sep 2013 06:41:32 +0000 (15:41 +0900)
committerLee Jones <lee.jones@linaro.org>
Wed, 23 Oct 2013 15:20:52 +0000 (16:20 +0100)
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 <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found