commit | 906ad3c9bf66e3c6dd4ebe14a7af1b339a2afacf | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Jan 28 13:20:21 2023 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 28 13:20:21 2023 +0000 |
tree | ac547964f725388e0ce9e873b6fbd6aea94a7be1 | |
parent | 60bd1d9008a50cc78c4033a16a6f5d78210d481c [diff] | |
parent | e3d6d152a1cbdee25f2e3962009a2751b54e2297 [diff] |
Merge branch 't7xx-pm-fixes' Kornel Dulęba says: ==================== net: wwan: t7xx: Fix Runtime PM implementation d10b3a695ba0 ("net: wwan: t7xx: Runtime PM") introduced support for Runtime PM for this driver, but due to a bug in the initialization logic the usage refcount would never reach 0, leaving the feature unused. This patchset addresses that, together with a bug found after runtime suspend was enabled. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>