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/atheros/patches-3.14 | |
parent | d4113b105516c826744e048dd42f8e2ef4da7055 (diff) | |
download | mtk-20170518-9b5f1a4f33103fadf9763e79e321878be05d4f98.zip mtk-20170518-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.gz mtk-20170518-9b5f1a4f33103fadf9763e79e321878be05d4f98.tar.bz2 |
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/patches-3.14')
-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 383ffa3..c60c9e3 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; |