Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72c12e9e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: initialize var in GPIO init function"

parents a4ced125 cb3e74f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3261,7 +3261,7 @@ static struct pci_ops msm_pcie_ops = {

static int msm_pcie_gpio_init(struct msm_pcie_dev_t *dev)
{
	int rc, i;
	int rc = 0, i;
	struct msm_pcie_gpio_info_t *info;

	PCIE_DBG(dev, "RC%d\n", dev->rc_idx);