mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
broadcom-wl: fix compiler warning
Delete the return value (nvram_exit is declared with a 'void' return). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38747 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
+ nvram_init_done--;
|
||||
+ if (nvram_init_done != 0)
|
||||
+ return 0;
|
||||
+ return;
|
||||
+
|
||||
sih = (si_t *)si;
|
||||
this = vars;
|
||||
|
||||
Reference in New Issue
Block a user