atheros: use NULL instead of plain integer
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 42484
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
+
|
||||
+ if (!found) {
|
||||
+ pr_warn("WARNING: Could not find Radio Configuration data\n");
|
||||
+ radio_config = 0;
|
||||
+ radio_config = NULL;
|
||||
+ }
|
||||
+
|
||||
+ return radio_config;
|
||||
|
||||
Reference in New Issue
Block a user