[PATCH 1/4] drm/radeon/dp: use i2c_get_adapdata rather than casting

2014-03-18 Thread Christian König
Am 18.03.2014 04:48, schrieb Alex Deucher: > Minor code cleanup. > > Signed-off-by: Alex Deucher Added to my 3.15 queue (http://cgit.freedesktop.org/~deathsimple/linux/log/?h=drm-next-3.15-wip). Thanks, Christian. > --- > drivers/gpu/drm/radeon/atombios_dp.c | 2 +- > 1 file changed, 1 inse

[PATCH 1/4] drm/radeon/dp: use i2c_get_adapdata rather than casting

2014-03-17 Thread Alex Deucher
Minor code cleanup. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index 4ad7643..c79ba8a 100644 --- a/drivers/gpu/drm/radeon/ato