From bf53842fa3275ea73dcf92205a57ee184022f035 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Sep 2014 06:51:05 +0000 Subject: atheros: use NULL instead of plain integer Signed-off-by: Sergey Ryazanov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42484 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/patches-3.14/100-board.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3