[Intel-gfx] [PATCH 2/7] drm/i915: Remove link_status field from intel_dp structure

2011-11-02 Thread Keith Packard
No persistent data was ever stored here, so link_status is instead allocated on the stack as needed. Signed-off-by: Keith Packard kei...@keithp.com --- drivers/gpu/drm/i915/intel_dp.c | 65 +- 1 files changed, 36 insertions(+), 29 deletions(-) diff --git

Re: [Intel-gfx] [PATCH 2/7] drm/i915: Remove link_status field from intel_dp structure

2011-11-02 Thread Jesse Barnes
On Tue, 1 Nov 2011 23:20:25 -0700 Keith Packard kei...@keithp.com wrote: No persistent data was ever stored here, so link_status is instead allocated on the stack as needed. Signed-off-by: Keith Packard kei...@keithp.com --- I like this cleanup. Reviewed-by: Jesse Barnes