diff options
| -rw-r--r-- | drivers/spi/spi-topcliff-pch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c index 963e0f358507..637d728fbeb5 100644 --- a/drivers/spi/spi-topcliff-pch.c +++ b/drivers/spi/spi-topcliff-pch.c | |||
| @@ -1667,6 +1667,7 @@ static int pch_spi_probe(struct pci_dev *pdev, | |||
| 1667 | pd_dev = platform_device_alloc("pch-spi", i); | 1667 | pd_dev = platform_device_alloc("pch-spi", i); |
| 1668 | if (!pd_dev) { | 1668 | if (!pd_dev) { |
| 1669 | dev_err(&pdev->dev, "platform_device_alloc failed\n"); | 1669 | dev_err(&pdev->dev, "platform_device_alloc failed\n"); |
| 1670 | retval = -ENOMEM; | ||
| 1670 | goto err_platform_device; | 1671 | goto err_platform_device; |
| 1671 | } | 1672 | } |
| 1672 | pd_dev_save->pd_save[i] = pd_dev; | 1673 | pd_dev_save->pd_save[i] = pd_dev; |
