Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Daniel Lezcano
On 07/12/2017 17:34, Nicolas Ferre wrote: > On 07/12/2017 at 12:01, Daniel Lezcano wrote: >> On 01/12/2017 13:22, Romain Izard wrote: >>> The clock speed displayed at boot in an information message was 500 kHz >>> too high compared to its real value. As the value is not used anywhere, >>> there is

Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Daniel Lezcano
On 07/12/2017 17:34, Nicolas Ferre wrote: > On 07/12/2017 at 12:01, Daniel Lezcano wrote: >> On 01/12/2017 13:22, Romain Izard wrote: >>> The clock speed displayed at boot in an information message was 500 kHz >>> too high compared to its real value. As the value is not used anywhere, >>> there is

Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Nicolas Ferre
On 07/12/2017 at 12:01, Daniel Lezcano wrote: > On 01/12/2017 13:22, Romain Izard wrote: >> The clock speed displayed at boot in an information message was 500 kHz >> too high compared to its real value. As the value is not used anywhere, >> there is no functional impact. >> >> Fix the rounding

Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Nicolas Ferre
On 07/12/2017 at 12:01, Daniel Lezcano wrote: > On 01/12/2017 13:22, Romain Izard wrote: >> The clock speed displayed at boot in an information message was 500 kHz >> too high compared to its real value. As the value is not used anywhere, >> there is no functional impact. >> >> Fix the rounding

Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Daniel Lezcano
On 01/12/2017 13:22, Romain Izard wrote: > The clock speed displayed at boot in an information message was 500 kHz > too high compared to its real value. As the value is not used anywhere, > there is no functional impact. > > Fix the rounding formula to display the correct value. > >

Re: [PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-07 Thread Daniel Lezcano
On 01/12/2017 13:22, Romain Izard wrote: > The clock speed displayed at boot in an information message was 500 kHz > too high compared to its real value. As the value is not used anywhere, > there is no functional impact. > > Fix the rounding formula to display the correct value. > >

[PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-01 Thread Romain Izard
The clock speed displayed at boot in an information message was 500 kHz too high compared to its real value. As the value is not used anywhere, there is no functional impact. Fix the rounding formula to display the correct value. Signed-off-by: Romain Izard --- v2:

[PATCH v2] clocksource: tcb_clksrc: Fix clock speed message

2017-12-01 Thread Romain Izard
The clock speed displayed at boot in an information message was 500 kHz too high compared to its real value. As the value is not used anywhere, there is no functional impact. Fix the rounding formula to display the correct value. Signed-off-by: Romain Izard --- v2: rebase over v4.15-rc1 There