Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199206
b: refs/heads/master
c: 89dc0be
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed May 28, 2010
1 parent f940e4d commit 25c10aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 84e5b9f75b48fe4a1e4ee72698230701439d0805
refs/heads/master: 89dc0be68f4aaa06dba1b5d6ea9ecfe8fa9b7bf0
3 changes: 1 addition & 2 deletions trunk/drivers/net/hamradio/yam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,7 @@ static int __init yam_init_driver(void)
dev = alloc_netdev(sizeof(struct yam_port), name,
yam_setup);
if (!dev) {
printk(KERN_ERR "yam: cannot allocate net device %s\n",
dev->name);
pr_err("yam: cannot allocate net device\n");
err = -ENOMEM;
goto error;
}
Expand Down

0 comments on commit 25c10aa

Please sign in to comment.