Author: blogic Date: 2014-09-12 08:51:05 +0200 (Fri, 12 Sep 2014) New Revision: 42484
Modified: trunk/target/linux/atheros/patches-3.14/100-board.patch Log: atheros: use NULL instead of plain integer Signed-off-by: Sergey Ryazanov <[email protected]> Modified: trunk/target/linux/atheros/patches-3.14/100-board.patch =================================================================== --- trunk/target/linux/atheros/patches-3.14/100-board.patch 2014-09-12 06:50:58 UTC (rev 42483) +++ trunk/target/linux/atheros/patches-3.14/100-board.patch 2014-09-12 06:51:05 UTC (rev 42484) @@ -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; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
