]> Git Repo - linux.git/blobdiff - drivers/misc/mic/cosm/cosm_debugfs.c
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / misc / mic / cosm / cosm_debugfs.c
index 2fc9f4bf70014964aa07e95473231e0e1b53a518..68a731fd86deea4993c988a0caf18c0af4aa6341 100644 (file)
@@ -102,9 +102,6 @@ void cosm_create_debug_dir(struct cosm_device *cdev)
 
 void cosm_delete_debug_dir(struct cosm_device *cdev)
 {
-       if (!cdev->dbg_dir)
-               return;
-
        debugfs_remove_recursive(cdev->dbg_dir);
 }
 
This page took 0.036192 seconds and 4 git commands to generate.