All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCHv2] clocksource:fix kernel panic due late cs5535_clockevent
       [not found] <1464715234-18269-1-git-send-email-ulli.kroll@googlemail.com>
@ 2016-06-01  6:58 ` Thomas Gleixner
  0 siblings, 0 replies; only message in thread
From: Thomas Gleixner @ 2016-06-01  6:58 UTC (permalink / raw)
  To: Hans Ulli Kroll; +Cc: Daniel Lezcano, linux-kernel, stable

On Tue, 31 May 2016, Hans Ulli Kroll wrote:
> @@ -152,6 +153,9 @@ static int __init cs5535_mfgpt_init(void)
>  	}
>  	cs5535_event_clock = timer;
>  
> +	clockevents_config_and_register(&cs5535_clockevent, MFGPT_HZ,
> +					0xF, 0xFFFE);
> +
>  	/* Set up the IRQ on the MFGPT side */
>  	if (cs5535_mfgpt_setup_irq(timer, MFGPT_CMP2, &timer_irq)) {
>  		printk(KERN_ERR DRV_NAME ": Could not set up IRQ %d\n",

So what happens if that fails?

Thanks,

	tglx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-01  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1464715234-18269-1-git-send-email-ulli.kroll@googlemail.com>
2016-06-01  6:58 ` [PATCHv2] clocksource:fix kernel panic due late cs5535_clockevent Thomas Gleixner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.