Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364339
b: refs/heads/master
c: a1645ee
h: refs/heads/master
i:
  364337: a588bdc
  364335: 86c871f
v: v3
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 3383ba5 commit 5731f37
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: 5b2750d5b5a25c9c8b842e22fb2a7015dc798455
refs/heads/master: a1645eefc8358d0a9dbeba254e51aa89de4d80a4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/sisusbvga/sisusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3084,7 +3084,7 @@ static int sisusb_probe(struct usb_interface *intf,

/* Allocate memory for our private */
if (!(sisusb = kzalloc(sizeof(*sisusb), GFP_KERNEL))) {
dev_err(&sisusb->sisusb_dev->dev, "Failed to allocate memory for private data\n");
dev_err(&dev->dev, "Failed to allocate memory for private data\n");
return -ENOMEM;
}
kref_init(&sisusb->kref);
Expand Down

0 comments on commit 5731f37

Please sign in to comment.