x86: Fix printk format due to variable type change
clockevents.mult became u32. Fix the printk format. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
		
							parent
							
								
									621a071f43
								
							
						
					
					
						commit
						411462f62a
					
				| @ -662,7 +662,7 @@ static int __init calibrate_APIC_clock(void) | ||||
| 	calibration_result = (delta * APIC_DIVISOR) / LAPIC_CAL_LOOPS; | ||||
| 
 | ||||
| 	apic_printk(APIC_VERBOSE, "..... delta %ld\n", delta); | ||||
| 	apic_printk(APIC_VERBOSE, "..... mult: %ld\n", lapic_clockevent.mult); | ||||
| 	apic_printk(APIC_VERBOSE, "..... mult: %u\n", lapic_clockevent.mult); | ||||
| 	apic_printk(APIC_VERBOSE, "..... calibration result: %u\n", | ||||
| 		    calibration_result); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user