Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33604
b: refs/heads/master
c: b93b58e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Aug 26, 2006
1 parent f8bcec7 commit 8ce2d9d
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: 39ba487fe22a63b3df7c543c82d01db0f0fed700
refs/heads/master: b93b58eea81beacac55770dd39e34fbffdc36000
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/cypress_cy7c63.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int cypress_probe(struct usb_interface *interface,
/* allocate memory for our device state and initialize it */
dev = kzalloc(sizeof(*dev), GFP_KERNEL);
if (dev == NULL) {
dev_err(&dev->udev->dev, "Out of memory!\n");
dev_err(&interface->dev, "Out of memory!\n");
goto error;
}

Expand Down

0 comments on commit 8ce2d9d

Please sign in to comment.