projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4113b1
)
atheros: use NULL instead of plain integer
author
John Crispin
<john@openwrt.org>
Fri, 12 Sep 2014 06:51:05 +0000
(06:51 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 12 Sep 2014 06:51:05 +0000
(06:51 +0000)
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42484
target/linux/atheros/patches-3.14/100-board.patch
patch
|
blob
|
history
diff --git
a/target/linux/atheros/patches-3.14/100-board.patch
b/target/linux/atheros/patches-3.14/100-board.patch
index 383ffa3ef89180248cb5f319d8391d688d826758..c60c9e374000568a7edee12f1701a34e5f132ee1 100644
(file)
--- 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;