On 12/03/2020 07:48, afzal mohammed wrote: > Recently all usages of setup_irq() was replaced by request_irq(). > request_irq() does a few sanity checks that were not done in > setup_irq(), if they fail irq registration will fail. One of the check > is to ensure that non-NULL dev_id is passed in the case of shared irq. > > Fix it by passing non-NULL dev_id while registering the shared irq. > > Fixes: cc2550b421aa ("clocksource: Replace setup_irq() by request_irq()") > Signed-off-by: afzal mohammed <afzal.mohd.ma@xxxxxxxxx> > --- > > Hi Daniel, > > i have assumed that you would not rebase your drivers/next tree & put the > SHA-id in Fixes tag. Applied, thanks -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog