From 533726f736c2c32956d78ad6f49ffaada110cbfd Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Thu, 5 Feb 2015 16:33:09 +0100 Subject: [PATCH] ueagle-atm: Delete unnecessary checks before the function call "release_firmware" The release_firmware() 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: Greg Kroah-Hartman --- Reading git-format-patch failed