From c36d24ec823fb600bc9eb7ccb53e495c0fea531f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 11 Nov 2013 21:56:45 +0000 Subject: 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 --- package/kernel/broadcom-wl/patches/100-fix_nvram_two_devices.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/broadcom-wl/patches') 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; -- cgit v1.2.3