commit | e553fa6e17af10b306b4a42dd19fb23b7254d6a1 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Nov 25 12:27:29 2013 +0900 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Jan 21 08:13:34 2014 +0000 |
tree | 616c7aa9985ba89cd6a190f671c96ee5348fb063 | |
parent | 603ab143bd41d07e91afc31e44774d09aab005fa [diff] |
mfd: mc13xxx: Remove unnecessary spi_set_drvdata() 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>