Re: [PATCH v2 2/9] accel/ivpu: Remove duplicated error messages

2023-08-29 Thread Stanislaw Gruszka
On Mon, Aug 28, 2023 at 02:41:50PM -0600, Jeffrey Hugo wrote: > > ivpu_pm_enable(vdev); > > @@ -651,10 +625,8 @@ static int ivpu_probe(struct pci_dev *pdev, const > > struct pci_device_id *id) > > pci_set_drvdata(pdev, vdev); > > ret = ivpu_dev_init(vdev); > > - if (ret) { > > -

Re: [PATCH v2 2/9] accel/ivpu: Remove duplicated error messages

2023-08-28 Thread Jeffrey Hugo
On 8/28/2023 3:47 AM, Stanislaw Gruszka wrote: From: Jacek Lawrynowicz Reduce the number of error messages per single failure in ivpu_dev_init(). Error messages are already printed by functions called from ivpu_dev_init(). Signed-off-by: Jacek Lawrynowicz Reviewed-by: Stanislaw Gruszka Signe

[PATCH v2 2/9] accel/ivpu: Remove duplicated error messages

2023-08-28 Thread Stanislaw Gruszka
From: Jacek Lawrynowicz Reduce the number of error messages per single failure in ivpu_dev_init(). Error messages are already printed by functions called from ivpu_dev_init(). Signed-off-by: Jacek Lawrynowicz Reviewed-by: Stanislaw Gruszka Signed-off-by: Stanislaw Gruszka --- drivers/accel/i