From: Markus Elfring Date: Wed, 19 Nov 2014 10:38:38 +0000 (+0100) Subject: firmware class: Deletion of an unnecessary check before the function call "vunmap" X-Git-Tag: omap-for-v3.19/fixes-rc1~85^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa3d67fa3b5a997761ba594c6bca41b3e78963f;p=pandora-kernel.git firmware class: Deletion of an unnecessary check before the function call "vunmap" The vunmap() function performes also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed