From: Dave Airlie Date: Fri, 19 Apr 2013 01:01:55 +0000 (+1000) Subject: udl: bind the framebuffer to the correct device. X-Git-Tag: v4.0~4020^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33896bf3207d8812274747b8b96776d27082e580;p=platform%2Fkernel%2Flinux-amlogic.git udl: bind the framebuffer to the correct device. This just moves the fb sysfs node beside the drm sysfs node which I fixed before. just noticed it in passing. Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/udl/udl_fb.c b/drivers/gpu/drm/udl/udl_fb.c index 9f4be3d..dc0c065 100644 --- a/drivers/gpu/drm/udl/udl_fb.c +++ b/drivers/gpu/drm/udl/udl_fb.c @@ -482,7 +482,7 @@ static int udlfb_create(struct drm_fb_helper *helper, struct udl_fbdev *ufbdev = (struct udl_fbdev *)helper; struct drm_device *dev = ufbdev->helper.dev; struct fb_info *info; - struct device *device = &dev->usbdev->dev; + struct device *device = dev->dev; struct drm_framebuffer *fb; struct drm_mode_fb_cmd2 mode_cmd; struct udl_gem_object *obj;