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

Commit beb17e9e 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 afc144d2 e218ba7d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3282,7 +3282,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);