Loading drivers/dma/qcom/gpi.c +3 −3 Original line number Diff line number Diff line Loading @@ -1150,9 +1150,9 @@ static void gpi_ev_tasklet(unsigned long data) { struct gpii *gpii = (struct gpii *)data; read_lock_bh(&gpii->pm_lock); read_lock(&gpii->pm_lock); if (!REG_ACCESS_VALID(gpii->pm_state)) { read_unlock_bh(&gpii->pm_lock); read_unlock(&gpii->pm_lock); dev_err(gpii->gpi_dev->dev, "not processing any events, pm_state:%s\n", TO_GPI_PM_STR(gpii->pm_state)); return; Loading @@ -1163,7 +1163,7 @@ static void gpi_ev_tasklet(unsigned long data) /* enable IEOB, switching back to interrupts */ gpi_config_interrupts(gpii, MASK_IEOB_SETTINGS, 1); read_unlock_bh(&gpii->pm_lock); read_unlock(&gpii->pm_lock); } /* marks all pending events for the channel as stale */ Loading Loading
drivers/dma/qcom/gpi.c +3 −3 Original line number Diff line number Diff line Loading @@ -1150,9 +1150,9 @@ static void gpi_ev_tasklet(unsigned long data) { struct gpii *gpii = (struct gpii *)data; read_lock_bh(&gpii->pm_lock); read_lock(&gpii->pm_lock); if (!REG_ACCESS_VALID(gpii->pm_state)) { read_unlock_bh(&gpii->pm_lock); read_unlock(&gpii->pm_lock); dev_err(gpii->gpi_dev->dev, "not processing any events, pm_state:%s\n", TO_GPI_PM_STR(gpii->pm_state)); return; Loading @@ -1163,7 +1163,7 @@ static void gpi_ev_tasklet(unsigned long data) /* enable IEOB, switching back to interrupts */ gpi_config_interrupts(gpii, MASK_IEOB_SETTINGS, 1); read_unlock_bh(&gpii->pm_lock); read_unlock(&gpii->pm_lock); } /* marks all pending events for the channel as stale */ Loading