[PATCH v2 1/3] clocksource: timer-keystone: introduce clocksource driver for Keystone
Stephen Boyd
sboyd at codeaurora.org
Mon Dec 23 19:58:04 EST 2013
On 12/17, Ivan Khoronzhuk wrote:
> +static void __init keystone_timer_init(struct device_node *np)
> +{
> + struct clock_event_device *event_dev = &timer.event_dev;
> + unsigned long rate;
[...]
> +
> + timer.hz_period = rate / (HZ);
Unnecessary parentheses here. Also, do you need to use do_div()
here? I'm lost how the hz_period is ever greater than 32 bits
though because HZ is most likely very small and the rate is
unsigned long.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the linux-arm-kernel
mailing list