Skip to content
Snippets Groups Projects
user avatar
MLK-16812 drm/imx: ldb: Let system PM behave properly when we are unbinded
Liu Ying authored
The system power management operations should get correct driver data
before going on to further handling.  When the component is unbinded,
driver data should be set to NULL so that the system power management
may be bypassed(return early).  This way, we may prevent the system power
management from using any invalid driver data.

Fixes: 915ac0ad7369 ("MLK-16581-7 drm/imx: ldb: Add system power management support")
Signed-off-by: default avatarLiu Ying <victor.liu@nxp.com>
91033d87