Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33896bf3 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

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: default avatarDave Airlie <airlied@redhat.com>
parent 011c2282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;