Re: [PATCH 2/5] misc: pci_endpoint_test: Fix the return value of IOCTL

From: Greg KH
Date: Fri Aug 19 2022 - 11:20:49 EST


On Fri, Aug 19, 2022 at 08:20:15PM +0530, Manivannan Sadhasivam wrote:
> IOCTLs are supposed to return 0 for success and negative error codes for
> failure. Currently, this driver is returning 0 for failure and 1 for
> success, that's not correct. Hence, fix it!
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>

This needs to come first in the series, along with a Fixes: tag, and a
cc: stable tag so that it can be properly backported and fixed up
everywhere.

thanks,

greg k-h