From b6d71fdbab9db265454e99b480081acc971dea59 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 14 Apr 2014 15:30:41 +0800 Subject: [PATCH] gpio: max730x: Remove kfree(ts) in __max730x_remove() The memory for ts is allocated by devm_kzalloc now, so the kfree is not required. Signed-off-by: Axel Lin Acked-by: Juergen Beisert Reviewed-by: Jingoo Han Signed-off-by: Linus Walleij --- Reading git-format-patch failed