Re: [PATCH] PM / devfreq: exynos-ppmu: remove useless assignment

2019-10-01 Thread Chanwoo Choi
Hi, On 19. 10. 1. 오후 9:46, Marek Szyprowski wrote: > The error code is propagated to the caller, so there is no need to keep > it additionally in the unused variable. > > Signed-off-by: Marek Szyprowski > --- > drivers/devfreq/event/exynos-ppmu.c | 1 - > 1 file changed, 1 deletion(-) > >

[PATCH] PM / devfreq: exynos-ppmu: remove useless assignment

2019-10-01 Thread Marek Szyprowski
The error code is propagated to the caller, so there is no need to keep it additionally in the unused variable. Signed-off-by: Marek Szyprowski --- drivers/devfreq/event/exynos-ppmu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/devfreq/event/exynos-ppmu.c