Re: [PATCH] PM / devfreq: Drop custom MIN/MAX macros

2018-05-07 Thread Chanwoo Choi
Hi, On 2018년 04월 25일 04:46, Bjorn Andersson wrote: > Drop the custom MIN/MAX macros in favour of the standard min/max from > kernel.h > > Signed-off-by: Bjorn Andersson > --- > drivers/devfreq/devfreq.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletions(-) > > diff --git a/driver

[PATCH] PM / devfreq: Drop custom MIN/MAX macros

2018-04-24 Thread Bjorn Andersson
Drop the custom MIN/MAX macros in favour of the standard min/max from kernel.h Signed-off-by: Bjorn Andersson --- drivers/devfreq/devfreq.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index fe2af6aa88fc..20