mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 15:15:33 +08:00
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
This commit is contained in:
parent
606f1fc5cf
commit
fcb1e57f79
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user