Merge branch 't7xx-pm-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 28 Jan 2023 13:20:21 +0000 (13:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jan 2023 13:20:21 +0000 (13:20 +0000)
commit906ad3c9bf66e3c6dd4ebe14a7af1b339a2afacf
treeac547964f725388e0ce9e873b6fbd6aea94a7be1
parent60bd1d9008a50cc78c4033a16a6f5d78210d481c
parente3d6d152a1cbdee25f2e3962009a2751b54e2297
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>