From: Tomas Winkler Date: Mon, 21 Oct 2013 19:05:38 +0000 (+0300) Subject: mei: nfc: fix memory leak in error path X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~65^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bff7208f332b2b1d7cf1338e50527441283a198;p=pandora-kernel.git mei: nfc: fix memory leak in error path The flow may reach the err label without freeing cl and cl_info cl and cl_info weren't assigned to ndev->cl and cl_info so they weren't freed in mei_nfc_free called on error path Cc: # 3.10+ Cc: Samuel Ortiz Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed