mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 17:15:46 -04:00
This should be using drm_gem_object_put(). Also since this is done only in driver unload path, we don't need to synchronize setting tx_gem_obj to NULL, so juse use the _unlocked() variant. Signed-off-by: Rob Clark <robdclark@gmail.com>