Loading drivers/pci/host/pci-mvebu.c +1 −2 Original line number Diff line number Diff line Loading @@ -1186,7 +1186,6 @@ static int mvebu_pcie_powerup(struct mvebu_pcie_port *port) */ static void mvebu_pcie_powerdown(struct mvebu_pcie_port *port) { if (port->reset_gpio) gpiod_set_value_cansleep(port->reset_gpio, 1); clk_disable_unprepare(port->clk); Loading Loading
drivers/pci/host/pci-mvebu.c +1 −2 Original line number Diff line number Diff line Loading @@ -1186,7 +1186,6 @@ static int mvebu_pcie_powerup(struct mvebu_pcie_port *port) */ static void mvebu_pcie_powerdown(struct mvebu_pcie_port *port) { if (port->reset_gpio) gpiod_set_value_cansleep(port->reset_gpio, 1); clk_disable_unprepare(port->clk); Loading