diff options
Diffstat (limited to 'drivers/video/udlfb.c')
-rw-r--r-- | drivers/video/udlfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c index a19773149bd7..a40c05ebbdc2 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c | |||
@@ -1739,7 +1739,7 @@ static void dlfb_usb_disconnect(struct usb_interface *interface) | |||
1739 | for (i = 0; i < ARRAY_SIZE(fb_device_attrs); i++) | 1739 | for (i = 0; i < ARRAY_SIZE(fb_device_attrs); i++) |
1740 | device_remove_file(info->dev, &fb_device_attrs[i]); | 1740 | device_remove_file(info->dev, &fb_device_attrs[i]); |
1741 | device_remove_bin_file(info->dev, &edid_attr); | 1741 | device_remove_bin_file(info->dev, &edid_attr); |
1742 | 1742 | unlink_framebuffer(info); | |
1743 | usb_set_intfdata(interface, NULL); | 1743 | usb_set_intfdata(interface, NULL); |
1744 | 1744 | ||
1745 | /* if clients still have us open, will be freed on last close */ | 1745 | /* if clients still have us open, will be freed on last close */ |