From 99a643b8aebb91d1dba8dff6c0e416dfd1140b07 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Thu, 31 Jul 2014 13:02:30 +0900 Subject: [PATCH] staging: dgap: introduce dgap_cleanup_nodes() When a configration file is parsed with dgap_parsefile(), makes nodes for saving configrations for board. Making a node will allocate node memory and strings for saving configrations with kstrdup(). So these are freed when dgap is unloaded or failed to initialize. Signed-off-by: Daeseok Youn Tested-by: Mark Hounschell Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed