From: Wei Yongjun Date: Mon, 3 Sep 2012 10:09:53 +0000 (+0800) Subject: parport: fix possible memory leak in parport_gsc_probe_port() X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9986ffd9032a103df54fa4ed85f8f83f6b215194;p=pandora-kernel.git parport: fix possible memory leak in parport_gsc_probe_port() ops has been allocated in this function and should be freed before leaving from the error handling cases. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed