regulator: Remove all platform_set_drvdata(pdev, NULL) in drivers
authorAxel Lin <axel.lin@ingics.com>
Fri, 3 May 2013 12:46:10 +0000 (20:46 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 14:34:12 +0000 (18:34 +0400)
Since 0998d06310 "device-core: Ensure drvdata = NULL when no driver is bound",
this is done by driver core after device_release or on probe failure.
Thus we can remove all platform_set_drvdata(pdev, NULL) in drivers.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found