broadcom-wl: fix compiler warning
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 11 Nov 2013 21:56:45 +0000 (21:56 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 11 Nov 2013 21:56:45 +0000 (21:56 +0000)
Delete the return value (nvram_exit is declared with a 'void' return).

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38747

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

index 5650862f8363877d5fe2b612d7742291c15343fd..6cf6faeddd1478168d71781f4d9290d4f8ad5de0 100644 (file)
@@ -25,7 +25,7 @@
  
 +      nvram_init_done--;
 +      if (nvram_init_done != 0)
-+              return 0;
++              return;
 +
        sih = (si_t *)si;
        this = vars;