Re: [2/9] powerpc/hv24x7: Remove unnecessary parameter

2015-03-23 Thread Sukadev Bhattiprolu
Michael Ellerman [m...@ellerman.id.au] wrote: | On Tue, 2015-17-02 at 22:00:27 UTC, Sukadev Bhattiprolu wrote: | Use pr_notice_ratelimited() to log error messages and remove | the 'success_expected' parameter. | | I don't understand how this is equivalent? They are two unrelated changes that I

Re: [2/9] powerpc/hv24x7: Remove unnecessary parameter

2015-03-16 Thread Michael Ellerman
On Tue, 2015-17-02 at 22:00:27 UTC, Sukadev Bhattiprolu wrote: Use pr_notice_ratelimited() to log error messages and remove the 'success_expected' parameter. I don't understand how this is equivalent? The current code uses success_expected to indicate that once it's done the request once and

[PATCH 2/9] powerpc/hv24x7: Remove unnecessary parameter

2015-02-17 Thread Sukadev Bhattiprolu
Use pr_notice_ratelimited() to log error messages and remove the 'success_expected' parameter. Signed-off-by: Sukadev Bhattiprolu suka...@linux.vnet.ibm.com --- arch/powerpc/perf/hv-24x7.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git