On 21/08/19 1:07 AM, Mukesh Ojha wrote:

On 8/20/2019 4:51 PM, Mamatha Inamdar wrote:
This Patch is to return error code of perf_new_session function
on failure instead of NULL
----------------------------------------------
Test Results:

Before Fix:

$ perf c2c report -input
failed to open nput: No such file or directory

$ echo $?
0
------------------------------------------
After Fix:

$ ./perf c2c report -input
failed to open nput: No such file or directory

$ echo $?
254

Signed-off-by: Mamatha Inamdar <[email protected]>
Acked-by: Ravi Bangoria <[email protected]>
Reported-by: Nageswara R Sastry <[email protected]>
Tested-by: Nageswara R Sastry <[email protected]>

Looks good to me.

Reviewed-by: Mukesh Ojha <[email protected]>

Thanks,
Mukesh

Mukesh,

Thanks for reviewing the patch..

Reply via email to