Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303608
b: refs/heads/master
c: fee5952
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent 1ec1ffc commit e1e573c
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: 21f524321bde856b16fc55925282e41b4545a111
refs/heads/master: fee5952fba478a395798c99531dc095e440a6ef0
2 changes: 1 addition & 1 deletion trunk/drivers/video/udlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@ static int dlfb_usb_probe(struct usb_interface *interface,

dev = kzalloc(sizeof(*dev), GFP_KERNEL);
if (dev == NULL) {
err("dlfb_usb_probe: failed alloc of dev struct\n");
dev_err(&interface->dev, "dlfb_usb_probe: failed alloc of dev struct\n");
goto error;
}

Expand Down

0 comments on commit e1e573c

Please sign in to comment.