• T
    PM / QoS: Fix default runtime_pm device resume latency · 2a9a86d5
    Tero Kristo 提交于
    The recent change to the PM QoS framework to introduce a proper
    no constraint value overlooked to handle the devices which don't
    implement PM QoS OPS.  Runtime PM is one of the more severely
    impacted subsystems, failing every attempt to runtime suspend
    a device.  This leads into some nasty second level issues like
    probe failures and increased power consumption among other
    things.
    
    Fix this by adding a proper return value for devices that don't
    implement PM QoS.
    
    Fixes: 0cc2b4e5 (PM / QoS: Fix device resume latency PM QoS)
    Signed-off-by: NTero Kristo <t-kristo@ti.com>
    Cc: All applicable <stable@vger.kernel.org>
    Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
    2a9a86d5
pm_qos.h 8.2 KB