We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f059e4 commit f123430Copy full SHA for f123430
drivers/fwctl/pds/main.c
@@ -481,7 +481,7 @@ static int pdsfc_probe(struct auxiliary_device *adev,
481
pdsfc = fwctl_alloc_device(&padev->vf_pdev->dev, &pdsfc_ops,
482
struct pdsfc_dev, fwctl);
483
if (!pdsfc)
484
- return dev_err_probe(dev, -ENOMEM, "Failed to allocate fwctl device struct\n");
+ return -ENOMEM;
485
pdsfc->padev = padev;
486
487
err = pdsfc_identify(pdsfc);
0 commit comments