mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
parent
ea543bff4e
commit
bf53842fa3
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user