summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-12 06:51:05 +0000
committerJohn Crispin <john@openwrt.org>2014-09-12 06:51:05 +0000
commit9b5f1a4f33103fadf9763e79e321878be05d4f98 (patch)
tree2bcdd556665c05266acf8c0f2050f819c3e44b08 /target/linux/atheros
parentd4113b105516c826744e048dd42f8e2ef4da7055 (diff)
downloadmaster-31e0f0ae-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.gz
master-31e0f0ae-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.bz2
master-31e0f0ae-9b5f1a4f33103fadf9763e79e321878be05d4f98.zip
atheros: use NULL instead of plain integer
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 42484
Diffstat (limited to 'target/linux/atheros')
-rw-r--r--target/linux/atheros/patches-3.14/100-board.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.14/100-board.patch b/target/linux/atheros/patches-3.14/100-board.patch
index 383ffa3ef8..c60c9e3740 100644
--- a/target/linux/atheros/patches-3.14/100-board.patch
+++ b/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;