From: Jesper Juhl Date: Mon, 30 Sep 2013 20:22:11 +0000 (+0200) Subject: staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctl X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72f8762f8c8f81d4692c485dc85020b3ad160da;p=pandora-kernel.git staging: vt6655: don't leak when returning -EOPNOTSUPP in vt6655_hostap_ioctl Make sure we always free(param); and remove a redundant "goto out;" just before we'll hit the label anyway. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed