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 93be516 commit e0558ebCopy full SHA for e0558eb
drivers/spi/spi-nxp-fspi.c
@@ -634,15 +634,15 @@ static int nxp_fspi_clk_prep_enable(struct nxp_fspi *f)
634
return 0;
635
}
636
637
-static int nxp_fspi_clk_disable_unprep(struct nxp_fspi *f)
+static void nxp_fspi_clk_disable_unprep(struct nxp_fspi *f)
638
{
639
if (is_acpi_node(dev_fwnode(f->dev)))
640
- return 0;
+ return;
641
642
clk_disable_unprepare(f->clk);
643
clk_disable_unprepare(f->clk_en);
644
645
646
647
648
static void nxp_fspi_dll_calibration(struct nxp_fspi *f)
0 commit comments