aboutsummaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorTejun Heo <[email protected]>2013-02-27 17:03:39 -0800
committerLinus Torvalds <[email protected]>2013-02-27 19:10:13 -0800
commit4d53233a36fdda567cd4d080e27e1ee4b669ddd1 (patch)
treeea2db52bd4aea72c20eb7630e4f350c54772e0d6 /scripts/const_structs.checkpatch
parent748689d40c2554b91197349a98ef084dc0fa70c8 (diff)
drm: don't use idr_remove_all()
idr_destroy() can destroy idr by itself and idr_remove_all() is being deprecated. Drop its usage. * drm_ctxbitmap_cleanup() was calling idr_remove_all() but forgetting idr_destroy() thus leaking all buffered free idr_layers. Replace it with idr_destroy(). Signed-off-by: Tejun Heo <[email protected]> Acked-by: David Airlie <[email protected]> Cc: Inki Dae <[email protected]> Cc: Joonyoung Shim <[email protected]> Cc: Seung-Woo Kim <[email protected]> Cc: Kyungmin Park <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions