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)
commit85529575b67c318e296ae183cc80617d79aea23b
tree5d392764c2105dec52a3933c8d8df4a5d204c446
parentc6cc25fda58da8685ecef3f179adc7b99c8253b2
mfd: 88pm860x: Drop devm_kfree of devm_kzalloc'd data

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>
drivers/mfd/88pm860x-core.c