Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369886
b: refs/heads/master
c: 6ad0b2f
h: refs/heads/master
v: v3
  • Loading branch information
Asias He authored and David S. Miller committed Apr 25, 2013
1 parent e0bfcb3 commit 847b51a
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: c6cdcf6d82bc8f53e64ad59464e0114fe48e28bb
refs/heads/master: 6ad0b2f7fdfd95fe3107367f8aed252e94c3f654
2 changes: 1 addition & 1 deletion trunk/net/vmw_vsock/af_vsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,6 @@ static const struct file_operations vsock_device_ops = {

static struct miscdevice vsock_device = {
.name = "vsock",
.minor = MISC_DYNAMIC_MINOR,
.fops = &vsock_device_ops,
};

Expand All @@ -1942,6 +1941,7 @@ static int __vsock_core_init(void)

vsock_init_tables();

vsock_device.minor = MISC_DYNAMIC_MINOR;
err = misc_register(&vsock_device);
if (err) {
pr_err("Failed to register misc device\n");
Expand Down

0 comments on commit 847b51a

Please sign in to comment.