1
0
Fork 0

drm/rockchip: fixup comment for gem_free_object_unlocked

Just want to clean out all grep hits. gem_free_object is deprecated.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Cc: Sandy Huang <hjc@rock-chips.com>
Cc: "Heiko Stübner" <heiko@sntech.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-rockchip@lists.infradead.org
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180327082356.24516-2-daniel.vetter@ffwll.ch
hifive-unleashed-5.1
Daniel Vetter 2018-03-27 10:23:53 +02:00
parent 606f1fc5cf
commit fcb1e57f79
1 changed files with 2 additions and 2 deletions

View File

@ -357,8 +357,8 @@ err_free_rk_obj:
}
/*
* rockchip_gem_free_object - (struct drm_driver)->gem_free_object callback
* function
* rockchip_gem_free_object - (struct drm_driver)->gem_free_object_unlocked
* callback function
*/
void rockchip_gem_free_object(struct drm_gem_object *obj)
{