Re: [PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-11 Thread Rafael J. Wysocki
On Thursday, November 8, 2018 5:45:03 AM CET Viresh Kumar wrote: > On 07-11-18, 11:13, Yangtao Li wrote: > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > > > Signed-off-by: Yangtao Li > > --- > > drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 46 +++ > > 1 file

Re: [PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-07 Thread Viresh Kumar
On 07-11-18, 11:13, Yangtao Li wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li > --- > drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 46 +++ > 1 file changed, 6 insertions(+), 40 deletions(-) > > diff --git

Re: [PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-07 Thread Viresh Kumar
On 07-11-18, 11:13, Yangtao Li wrote: > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Yangtao Li > --- > drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 46 +++ > 1 file changed, 6 insertions(+), 40 deletions(-) > > diff --git

[PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-07 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 46 +++ 1 file changed, 6 insertions(+), 40 deletions(-) diff --git a/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c

[PATCH] cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-11-07 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- drivers/cpufreq/s3c24xx-cpufreq-debugfs.c | 46 +++ 1 file changed, 6 insertions(+), 40 deletions(-) diff --git a/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c