* Liam Breck <liam@xxxxxxxxxxxxxxxxx> [170111 18:03]: > On Wed, Jan 11, 2017 at 4:41 PM, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > > @@ -1119,7 +1148,9 @@ static int bq24190_battery_set_property(struct power_supply *psy, > > ret = -EINVAL; > > } > > pm_runtime_get_sync() in this function needs its return value checked. OK will check. > > - pm_runtime_put_sync(bdi->dev); > > + pm_runtime_mark_last_busy(bdi->dev); > > + pm_runtime_put_autosuspend(bdi->dev); > > + > > return ret; > > } > > Please submit this and #5 as a separate patchset after I resubmit 1-4. Sure that works for me. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html