atheros: use NULL instead of plain integer

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

SVN-Revision: 42484
master
John Crispin 10 years ago
parent d4113b1055
commit 9b5f1a4f33
  1. 2
      target/linux/atheros/patches-3.14/100-board.patch

@ -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…
Cancel
Save