Re: [PATCH v2 3/5] unicore32: pwm: Remove unnecessary indirection

2012-09-21 Thread guanxuetao
> Calling the actual probing function through a proxy isn't required and > makes the code needlessly complex. > > Signed-off-by: Thierry Reding Tested-by: Qin Rui Acked-by: Guan Xuetao Thanks & Regards, Guan Xuetao > --- > arch/unicore32/kernel/pwm.c | 23 ++- > 1 file

Re: [PATCH v2 3/5] unicore32: pwm: Remove unnecessary indirection

2012-09-21 Thread guanxuetao
Calling the actual probing function through a proxy isn't required and makes the code needlessly complex. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Tested-by: Qin Rui qin...@mprc.pku.edu.cn Acked-by: Guan Xuetao g...@mprc.pku.edu.cn Thanks Regards, Guan Xuetao ---

[PATCH v2 3/5] unicore32: pwm: Remove unnecessary indirection

2012-09-18 Thread Thierry Reding
Calling the actual probing function through a proxy isn't required and makes the code needlessly complex. Signed-off-by: Thierry Reding --- arch/unicore32/kernel/pwm.c | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/arch/unicore32/kernel/pwm.c

[PATCH v2 3/5] unicore32: pwm: Remove unnecessary indirection

2012-09-18 Thread Thierry Reding
Calling the actual probing function through a proxy isn't required and makes the code needlessly complex. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- arch/unicore32/kernel/pwm.c | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git