mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd data
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Feb 2013 09:27:21 +0000 (18:27 +0900)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 8 Apr 2013 15:25:18 +0000 (17:25 +0200)
devm_kfree() allocates memory that is released when a driver detaches.
Thus, there is no reason to explicitly call devm_kfree() in probe or remove
functions.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found