Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271269
b: refs/heads/master
c: c91a793
h: refs/heads/master
i:
  271267: 4968dcb
v: v3
  • Loading branch information
Kay Sievers authored and Paul Mundt committed Jul 13, 2011
1 parent c4bc2ba commit 6ac5a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 945903c7a477784e796168ef87b5022241cb52b5
refs/heads/master: c91a793f66d5b06292aa431ae3a36c8aca991fa3
2 changes: 1 addition & 1 deletion trunk/drivers/video/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ static int dlfb_usb_probe(struct usb_interface *interface,
/* We don't register a new USB class. Our client interface is fbdev */

/* allocates framebuffer driver structure, not framebuffer memory */
info = framebuffer_alloc(0, &usbdev->dev);
info = framebuffer_alloc(0, &interface->dev);
if (!info) {
retval = -ENOMEM;
pr_err("framebuffer_alloc failed\n");
Expand Down

0 comments on commit 6ac5a94

Please sign in to comment.