projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011c228
)
udl: bind the framebuffer to the correct device.
author
Dave Airlie
<airlied@gmail.com>
Fri, 19 Apr 2013 01:01:55 +0000
(11:01 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 30 Apr 2013 23:45:21 +0000
(09:45 +1000)
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 <airlied@redhat.com>
drivers/gpu/drm/udl/udl_fb.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/udl/udl_fb.c
b/drivers/gpu/drm/udl/udl_fb.c
index 9f4be3d4a02e5df3396f2b5bef8b5a7fc8c6c22f..dc0c065f8d390a809e4a585146f81353c4ed4ebf 100644
(file)
--- 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->usb
dev->dev;
+ struct device *device = dev->dev;
struct drm_framebuffer *fb;
struct drm_mode_fb_cmd2 mode_cmd;
struct udl_gem_object *obj;