From: Christian Engelmayer Date: Mon, 28 Apr 2014 02:04:32 +0000 (+0930) Subject: modpost: Fix resource leak in read_dump() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~49^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee41e62ba5b952e9d9fcba6f7079a0c608bb849;p=pandora-kernel.git modpost: Fix resource leak in read_dump() Function read_dump() memory maps the input via grab_file(), but fails to call the corresponding unmap function. Add the missing call to release_file(). Detected by Coverity: CID 1192419 Signed-off-by: Christian Engelmayer Signed-off-by: Rusty Russell --- Reading git-diff-tree failed