Merge "msm: pcie: initialize var in GPIO init function"
This commit is contained in:
commit
beb17e9e9b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue