]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/dma/coh901318.c
net: dsa: microchip: Use the correct style for SPDX License Identifier
[linux.git] / drivers / dma / coh901318.c
index 547786ac342bd8ebd3c54e2c8032d56619027106..e51d836afcc7765d37ad5b084404aeebd13a8d69 100644 (file)
@@ -1378,10 +1378,8 @@ static int __init init_coh901318_debugfs(void)
 
        dma_dentry = debugfs_create_dir("dma", NULL);
 
-       (void) debugfs_create_file("status",
-                                  S_IFREG | S_IRUGO,
-                                  dma_dentry, NULL,
-                                  &coh901318_debugfs_status_operations);
+       debugfs_create_file("status", S_IFREG | S_IRUGO, dma_dentry, NULL,
+                           &coh901318_debugfs_status_operations);
        return 0;
 }