Re: [PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Gustavo A. R. Silva
Hi Frans, Quoting Frans Klaver : On Fri, Jun 30, 2017 at 6:42 AM, Gustavo A. R. Silva wrote: Propagate the return values of platform_get_irq and devm_request_irq on failure. Signed-off-by: Gustavo A. R. Silva ---

Re: [PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Gustavo A. R. Silva
Hi Frans, Quoting Frans Klaver : On Fri, Jun 30, 2017 at 6:42 AM, Gustavo A. R. Silva wrote: Propagate the return values of platform_get_irq and devm_request_irq on failure. Signed-off-by: Gustavo A. R. Silva --- drivers/clocksource/em_sti.c | 9 + 1 file changed, 5 insertions(+),

Re: [PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Frans Klaver
On Fri, Jun 30, 2017 at 6:42 AM, Gustavo A. R. Silva wrote: > Propagate the return values of platform_get_irq and > devm_request_irq on failure. > > Signed-off-by: Gustavo A. R. Silva > --- > drivers/clocksource/em_sti.c | 9 + > 1 file

Re: [PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Frans Klaver
On Fri, Jun 30, 2017 at 6:42 AM, Gustavo A. R. Silva wrote: > Propagate the return values of platform_get_irq and > devm_request_irq on failure. > > Signed-off-by: Gustavo A. R. Silva > --- > drivers/clocksource/em_sti.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff

[PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Gustavo A. R. Silva
Propagate the return values of platform_get_irq and devm_request_irq on failure. Signed-off-by: Gustavo A. R. Silva --- drivers/clocksource/em_sti.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clocksource/em_sti.c

[PATCH] clocksource: em_sti: fix error return codes in em_sti_probe()

2017-06-29 Thread Gustavo A. R. Silva
Propagate the return values of platform_get_irq and devm_request_irq on failure. Signed-off-by: Gustavo A. R. Silva --- drivers/clocksource/em_sti.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clocksource/em_sti.c b/drivers/clocksource/em_sti.c index