Re: devfreq/exynos-bus: Use common error handling code in exynos_bus_target()

2017-10-22 Thread SF Markus Elfring
> As I already commented on your other patch related to extcon-max14577, > this patch might remove the redundant error message. I hope that more software improvements can be achieved in this design direction. > But, it makes the code more complicated in side of readability. I prefer > existing

Re: [PATCH] devfreq/exynos-bus: Use common error handling code in exynos_bus_target()

2017-10-22 Thread Chanwoo Choi
Hi Markus, As I already commented on your other patch related to extcon-max14577, this patch might remove the redundant error message. But, it makes the code more complicated in side of readability. I prefer existing code. On 2017년 10월 22일 22:40, SF Markus Elfring wrote: > From: Markus Elfring >

[PATCH] devfreq/exynos-bus: Use common error handling code in exynos_bus_target()

2017-10-22 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 22 Oct 2017 15:33:06 +0200 Adjust jump targets so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/devfreq/exynos-bus.c | 21 ++