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)
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>

Trivial merge