From b646c08e12c1879e1cfb94d3875e62024b706c4a Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Fri, 16 Jan 2015 14:05:46 +0100 Subject: [PATCH] s390/net: Delete useless checks before function calls The function debug_unregister() 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: Ursula Braun Signed-off-by: David S. Miller --- Reading git-format-patch failed