From: John Crispin Date: Fri, 12 Sep 2014 06:51:05 +0000 (+0000) Subject: atheros: use NULL instead of plain integer X-Git-Tag: reboot~6002 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9b5f1a4f33103fadf9763e79e321878be05d4f98 atheros: use NULL instead of plain integer Signed-off-by: Sergey Ryazanov SVN-Revision: 42484 --- 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;