Re: [PATCH 1/5] misc: pci_endpoint_test: Remove unnecessary WARN_ON

From: Greg KH
Date: Fri Aug 19 2022 - 11:27:10 EST


On Fri, Aug 19, 2022 at 08:20:14PM +0530, Manivannan Sadhasivam wrote:
> If unable to map test_reg_bar, then probe will fail with a dedicated
> error message. So there is no real need of WARN_ON here.
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
> ---
> drivers/misc/pci_endpoint_test.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)

Should this go to stable kernels?

thanks,

greg k-h