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:
parent
d4113b1055
commit
9b5f1a4f33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user