From 85529575b67c318e296ae183cc80617d79aea23b Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 20 Feb 2013 18:27:21 +0900 Subject: [PATCH] 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 Signed-off-by: Samuel Ortiz --- Reading git-format-patch failed