From: Axel Lin Date: Mon, 14 Apr 2014 07:30:41 +0000 (+0800) Subject: gpio: max730x: Remove kfree(ts) in __max730x_remove() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~53^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d71fdbab9db265454e99b480081acc971dea59;p=pandora-kernel.git 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-diff-tree failed