lkml.org 
[lkml]   [2011]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH V3 1/4] ARM: smp_twd: Fix typo in 'twd_timer_rate' printing
Hi Russell,

On 07/07/2011 04:39 PM, Russell King - ARM Linux wrote:
> On Thu, Jul 07, 2011 at 04:23:13PM +0400, Vitaly Kuzmichev wrote:
>> To get hundredths of MHz the rate needs to be divided by 10'000.
>> Here is an example:
>> twd_timer_rate = 123456789
>> Before the patch:
>> twd_timer_rate / 1000000 = 123
>> (twd_timer_rate / 1000000) % 100 = 23
>> Result: 123.23MHz.
>> After being fixed:
>> twd_timer_rate / 1000000 = 123
>> (twd_timer_rate / 10000) % 100 = 45
>> Result: 123.45MHz.
>>
>> Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com>
>
> -> patch system please.

For a such newbie as me it's hard to understand this comment, sorry :)
Could you explain, please?

Thanks,
Vitaly.


\
 
 \ /
  Last update: 2011-07-07 14:55    [W:0.066 / U:1.644 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site