Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60764
b: refs/heads/master
c: c6d4d63
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Jul 17, 2007
1 parent 04a52aa commit 405bc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 00d59405cf6d7ef8932394ab5a12da1a50ce581e
refs/heads/master: c6d4d63489f2e3ce38c80e7073952f0c58d4c2bc
4 changes: 1 addition & 3 deletions trunk/drivers/block/xsysace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,7 @@ static void __exit ace_exit(void)
{
pr_debug("Unregistering Xilinx SystemACE driver\n");
driver_unregister(&ace_driver);
if (unregister_blkdev(ace_major, "xsysace"))
printk(KERN_WARNING "systemace unregister_blkdev(%i) failed\n",
ace_major);
unregister_blkdev(ace_major, "xsysace");
}

module_init(ace_init);
Expand Down

0 comments on commit 405bc64

Please sign in to comment.