Re: [PATCH 1/2] drm/radeon: simplify driver data retrieval

2013-09-11 Thread Alex Deucher
On Tue, Sep 10, 2013 at 4:30 AM, Jean Delvare wrote: > You can get the driver data from struct device directly, there's no > need to get the PCI device first. > > Signed-off-by: Jean Delvare > Cc: David Airlie > Cc: Alex Deucher Applied. thanks! Alex > --- > drivers/gpu/drm/radeon/radeon_p

[PATCH 1/2] drm/radeon: simplify driver data retrieval

2013-09-11 Thread Jean Delvare
You can get the driver data from struct device directly, there's no need to get the PCI device first. Signed-off-by: Jean Delvare Cc: David Airlie Cc: Alex Deucher --- drivers/gpu/drm/radeon/radeon_pm.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) --- linux-3.11-