From a7930899ca0082a33350b253c6ed34f67255f98e Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Sat, 27 Jun 2015 18:12:14 +0200 Subject: [PATCH] ipmi: Delete an unnecessary check before the function call "cleanup_one_si" The cleanup_one_si() 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: Corey Minyard --- Reading git-format-patch failed