OSDN Git Service

Remove buffer object user list check in drm_bo_destroy_unlocked
authorJesse Barnes <jesse.barnes@intel.com>
Tue, 25 Sep 2007 23:15:48 +0000 (16:15 -0700)
committerJesse Barnes <jesse.barnes@intel.com>
Tue, 25 Sep 2007 23:15:48 +0000 (16:15 -0700)
commit5433bbbfde10bed7fbafcd90c64c364546ca724f
tree5f49a5caa2629fb751a16b90bd93290256b857e0
parentcbcbe80c09bd95485ce8a9b0d86242fedcd7c182
Remove buffer object user list check in drm_bo_destroy_unlocked

In the case of driver allocated buffers, there won't necessarily be a user list
associated with the buffer, so don't bug out on an empty list.
linux-core/drm_bo.c