diff options
author | Lukas Wunner <lukas@wunner.de> | 2018-02-10 19:13:58 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-02-12 11:12:58 +0100 |
commit | 433986c2c265d106d6a8e88006e0131fefc92b7b (patch) | |
tree | 6472311b17585f19b1e9ca9a25333a4428860b6f /include | |
parent | 69728051f5bf15efaf6edfbcfe1b5a49a2437918 (diff) | |
download | linux-433986c2c265d106d6a8e88006e0131fefc92b7b.tar.bz2 |
PM / runtime: Update links_count also if !CONFIG_SRCU
Commit baa8809f6097 (PM / runtime: Optimize the use of device links)
added an invocation of pm_runtime_drop_link() to __device_link_del().
However there are two variants of that function, one for CONFIG_SRCU and
another for !CONFIG_SRCU, and the commit only modified the former.
Fixes: baa8809f6097 (PM / runtime: Optimize the use of device links)
Cc: v4.10+ <stable@vger.kernel.org> # v4.10+
Signed-off-by: Lukas Wunner <lukas@wunner.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions