瀏覽代碼

broadcom-wl: fix compiler warning

Delete the return value (nvram_exit is declared with a 'void' return).

Signed-off-by: Nathan Hintz <[email protected]>

SVN-Revision: 38747
Hauke Mehrtens 12 年之前
父節點
當前提交
c36d24ec82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch

+ 1 - 1
package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch

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