diff options
author | Patrik Flykt <[email protected]> | 2020-10-23 14:58:00 +0300 |
---|---|---|
committer | Marc Kleine-Budde <[email protected]> | 2020-12-10 10:39:36 +0100 |
commit | 227619c3ff7c71eab76848b3b2add06838f5b6e6 (patch) | |
tree | 443db8f24707a94d39b70298536693814ccff69f /lib/test_overflow.c | |
parent | c9f4cad6cdfe350ce2637e57f7f2aa7ff326bcc6 (diff) |
can: m_can: move runtime PM enable/disable to m_can_platform
This is a preparatory patch for upcoming PCI based M_CAN devices. The current
PM implementation would cause PCI based drivers to enable PM twice, once when
the PCI device is added and a second time in m_can_class_register(). This will
cause 'Unbalanced pm_runtime_enable!' to be logged, and is a situation that
should be avoided.
Therefore, in anticipation of PCI devices, move PM enabling out from M_CAN
class registration to its only user, the m_can_platform driver.
Signed-off-by: Patrik Flykt <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mkl: m_can_plat_probe(): fix error handling
m_can_class_register(): simplify error handling]
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions