hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wireless/marvell/mwifiex/debugfs.c
....@@ -1,10 +1,10 @@
11 /*
2
- * Marvell Wireless LAN device driver: debugfs
2
+ * NXP Wireless LAN device driver: debugfs
33 *
4
- * Copyright (C) 2011-2014, Marvell International Ltd.
4
+ * Copyright 2011-2020 NXP
55 *
6
- * This software file (the "File") is distributed by Marvell International
7
- * Ltd. under the terms of the GNU General Public License Version 2, June 1991
6
+ * This software file (the "File") is distributed by NXP
7
+ * under the terms of the GNU General Public License Version 2, June 1991
88 * (the "License"). You may use, redistribute and/or modify this File in
99 * accordance with the terms and conditions of the License, a copy of which
1010 * is available by writing to the Free Software Foundation, Inc.,
....@@ -922,9 +922,8 @@
922922 }
923923
924924 #define MWIFIEX_DFS_ADD_FILE(name) do { \
925
- if (!debugfs_create_file(#name, 0644, priv->dfs_dev_dir, \
926
- priv, &mwifiex_dfs_##name##_fops)) \
927
- return; \
925
+ debugfs_create_file(#name, 0644, priv->dfs_dev_dir, priv, \
926
+ &mwifiex_dfs_##name##_fops); \
928927 } while (0);
929928
930929 #define MWIFIEX_DFS_FILE_OPS(name) \