Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336948
b: refs/heads/master
c: 1b3c165
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent ae83172 commit d490a44
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: 12b9f8a20d6596c8ea7786532a4a55dacf71020c
refs/heads/master: 1b3c16556a386fa019c48783f0f615fb416cb53b
3 changes: 1 addition & 2 deletions trunk/drivers/char/pc8736x_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ static void __exit pc8736x_gpio_cleanup(void)
unregister_chrdev_region(MKDEV(major,0), PC8736X_GPIO_CT);
release_region(pc8736x_gpio_base, PC8736X_GPIO_RANGE);

platform_device_del(pdev);
platform_device_put(pdev);
platform_device_unregister(pdev);
}

module_init(pc8736x_gpio_init);
Expand Down

0 comments on commit d490a44

Please sign in to comment.