[CPUFREQ] Remove extra arg from dprintk in cpufreq/speedstep-smi.c
Minor fallout from my upcoming __attribute__((format(printf,x,y))) patches. The variable 'result' is untouched, so this patch just removes it. Signed-off-by: Mika Kukkonen <mikukkon@gmail.com> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
		
					parent
					
						
							
								123411f2d0
							
						
					
				
			
			
				commit
				
					
						ce38b51edf
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -99,7 +99,7 @@ static int speedstep_smi_get_freqs (unsigned int *low, unsigned int *high)
 | 
				
			||||||
	u32 function = GET_SPEEDSTEP_FREQS;
 | 
						u32 function = GET_SPEEDSTEP_FREQS;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!(ist_info.event & 0xFFFF)) {
 | 
						if (!(ist_info.event & 0xFFFF)) {
 | 
				
			||||||
		dprintk("bug #1422 -- can't read freqs from BIOS\n", result);
 | 
							dprintk("bug #1422 -- can't read freqs from BIOS\n");
 | 
				
			||||||
		return -ENODEV;
 | 
							return -ENODEV;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue