From: Hauke Mehrtens Date: Mon, 11 Nov 2013 21:56:45 +0000 (+0000) Subject: broadcom-wl: fix compiler warning X-Git-Tag: reboot~8680 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c36d24ec823fb600bc9eb7ccb53e495c0fea531f;p=oweals%2Fopenwrt.git broadcom-wl: fix compiler warning Delete the return value (nvram_exit is declared with a 'void' return). Signed-off-by: Nathan Hintz SVN-Revision: 38747 --- diff --git a/package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch b/package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch index 5650862f83..6cf6faeddd 100644 --- a/package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch +++ b/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;