commit | d8567862dc049df67fbbf081a9c27aee8031f6c8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 20 10:40:03 2016 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 20 12:30:25 2016 +0000 |
tree | 9a018a823019f9a2361eb3995f690b42c768c85d | |
parent | f802cf7e0986d3767b23922c2fa585fdb1bd8abc [diff] |
drm/i915/breadcrumbs: s/container_of/rb_entry/ In keeping with commit f802cf7e0986 ("drm/i915/debugfs: use rb_entry()"), convert the primary user of the rbtrees over to using rb_entry rather than the equivalent container_of. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20161220104003.8044-1-chris@chris-wilson.co.uk Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>