diff options
-rw-r--r-- | drivers/mtd/spi-nor/nxp-spifi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/nxp-spifi.c b/drivers/mtd/spi-nor/nxp-spifi.c index 15374216d4d9..0c9094ec5966 100644 --- a/drivers/mtd/spi-nor/nxp-spifi.c +++ b/drivers/mtd/spi-nor/nxp-spifi.c | |||
@@ -436,6 +436,7 @@ static int nxp_spifi_probe(struct platform_device *pdev) | |||
436 | } | 436 | } |
437 | 437 | ||
438 | ret = nxp_spifi_setup_flash(spifi, flash_np); | 438 | ret = nxp_spifi_setup_flash(spifi, flash_np); |
439 | of_node_put(flash_np); | ||
439 | if (ret) { | 440 | if (ret) { |
440 | dev_err(&pdev->dev, "unable to setup flash chip\n"); | 441 | dev_err(&pdev->dev, "unable to setup flash chip\n"); |
441 | goto dis_clks; | 442 | goto dis_clks; |