Re: [PATCH v2 11/33] staging: wfx: relax the PDS existence constraint

From: Dan Carpenter
Date: Mon Sep 13 2021 - 05:59:07 EST


On Mon, Sep 13, 2021 at 10:30:23AM +0200, Jerome Pouiller wrote:
> @@ -395,9 +395,7 @@ int wfx_probe(struct wfx_dev *wdev)
>
> dev_dbg(wdev->dev, "sending configuration file %s\n",
> wdev->pdata.file_pds);
> - err = wfx_send_pdata_pds(wdev);
> - if (err < 0)
> - goto err0;
> + wfx_send_pdata_pds(wdev);

You revert this change in patch 33 so let's drop this and 33 both.

regards,
dan carpenter