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
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
||||||
+
|
+
|
||||||
+ if (!found) {
|
+ if (!found) {
|
||||||
+ pr_warn("WARNING: Could not find Radio Configuration data\n");
|
+ pr_warn("WARNING: Could not find Radio Configuration data\n");
|
||||||
+ radio_config = 0;
|
+ radio_config = NULL;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ return radio_config;
|
+ return radio_config;
|
||||||
|
|
Loading…
Reference in a new issue