mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	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> SVN-Revision: 38747
This commit is contained in:
		
							parent
							
								
									20d64e929f
								
							
						
					
					
						commit
						c36d24ec82
					
				@ -25,7 +25,7 @@
 | 
			
		||||
 
 | 
			
		||||
+	nvram_init_done--;
 | 
			
		||||
+	if (nvram_init_done != 0)
 | 
			
		||||
+		return 0;
 | 
			
		||||
+		return;
 | 
			
		||||
+
 | 
			
		||||
 	sih = (si_t *)si;
 | 
			
		||||
 	this = vars;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user