From 7061b2bdd620e4dda449d4d4db69de57751ab289 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Wed, 4 Feb 2015 14:07:56 +0100 Subject: [PATCH] qlogic: Deletion of unnecessary checks before two function calls The functions kfree() and vfree() perform also input parameter validation. Thus the test around their calls is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: David S. Miller --- Reading git-format-patch failed