From 2ed37f6c9b69092afbbf2a990336f8cbd303947d Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Fri, 21 Nov 2014 10:25:45 +0100 Subject: [PATCH] target: Deletion of unnecessary checks before the function call "module_put" The module_put() function tests whether its argument is NULL and then returns immediately. 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: Nicholas Bellinger --- Reading git-format-patch failed