diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:51:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:51:05 +0000 |
commit | 9b5f1a4f33103fadf9763e79e321878be05d4f98 (patch) | |
tree | 2bcdd556665c05266acf8c0f2050f819c3e44b08 /target/linux | |
parent | d4113b105516c826744e048dd42f8e2ef4da7055 (diff) | |
download | upstream-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.gz upstream-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.bz2 upstream-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')
-rw-r--r-- | target/linux/atheros/patches-3.14/100-board.patch | 2 |
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; |