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:
Hauke Mehrtens
2013-11-11 21:56:45 +00:00
parent 9dd1ff803f
commit 0ae198695f

View File

@@ -25,7 +25,7 @@
+ nvram_init_done--;
+ if (nvram_init_done != 0)
+ return 0;
+ return;
+
sih = (si_t *)si;
this = vars;