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

This commit is contained in:
Linux Build Service Account 2016-09-19 23:28:15 -07:00 committed by Gerrit - the friendly Code Review server
commit beb17e9e9b

View file

@ -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);