Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264856
b: refs/heads/master
c: d80df1c
h: refs/heads/master
v: v3
  • Loading branch information
Wanlong Gao authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 71483e6 commit 4f7f055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 4e0b72fd7444e07e2870d193ce8fb6b0b00f5a89
refs/heads/master: d80df1cea036ce8b6064b3b08dd58ad3eb55a6e9
7 changes: 3 additions & 4 deletions trunk/drivers/uio/uio.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,14 +750,13 @@ static int uio_major_init(void)

uio_major = MAJOR(uio_dev);
uio_cdev = cdev;
result = 0;
out:
return result;
return 0;
out_put:
kobject_put(&cdev->kobj);
out_unregister:
unregister_chrdev_region(uio_dev, UIO_MAX_DEVICES);
goto out;
out:
return result;
}

static void uio_major_cleanup(void)
Expand Down

0 comments on commit 4f7f055

Please sign in to comment.