atheros: use NULL instead of plain integer

Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42484 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin 2014-09-12 06:51:05 +00:00
parent ea543bff4e
commit bf53842fa3

View File

@ -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;