drmm_add_action
ret = drmm_add_action(dev, drm_dev_init_release, NULL);
return drmm_add_action(dev, drm_gem_init_release, NULL);
int drmm_add_action(struct drm_device *, drmm_func_t, void *);