Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324986
b: refs/heads/master
c: cfd1fc1
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 8, 2012
1 parent b1a7da6 commit 99b98c6
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: 502eb5369f51539aaee6ec173165be28d916a3ca
refs/heads/master: cfd1fc1f5f1f3a588c6d326738dcb6b9f7b820fa
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/device_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ vt6655_probe(struct pci_dev *pcid, const struct pci_device_id *ent)

if (dev == NULL) {
printk(KERN_ERR DEVICE_NAME ": allocate net device failed \n");
return -ENODEV;
return -ENOMEM;
}

// Chain it all together
Expand Down

0 comments on commit 99b98c6

Please sign in to comment.