Runtime PM is enabled as one of the last steps of probe(), so all
earlier gotos to "exit_free_device" label were not correct and were
leading to unbalanced runtime PM disable depth.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| c_can.h | ||
| c_can_ethtool.c | ||
| c_can_main.c | ||
| c_can_pci.c | ||
| c_can_platform.c | ||