aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-12 06:51:05 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-12 06:51:05 +0000
commitbf53842fa3275ea73dcf92205a57ee184022f035 (patch)
treea490d5ae88a38583349bedc0a5c000c489ee0e58 /target/linux/atheros
parentea543bff4ebee75231244085720f37fc52f685be (diff)
downloadmaster-187ad058-bf53842fa3275ea73dcf92205a57ee184022f035.tar.gz
master-187ad058-bf53842fa3275ea73dcf92205a57ee184022f035.tar.bz2
master-187ad058-bf53842fa3275ea73dcf92205a57ee184022f035.zip
atheros: use NULL instead of plain integer
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42484 3c298f89-4303-0410-b956-a3cf2f4a3e73
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;