Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221825
b: refs/heads/master
c: 90fdb0b
h: refs/heads/master
i:
  221823: de404f0
v: v3
  • Loading branch information
Jens Axboe committed Nov 10, 2010
1 parent f27d0ad commit 2a93d91
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cb4644cac4a2797afc847e6c92736664d4b0ea34
refs/heads/master: 90fdb0b98a62d78a0650b9fd3ddc58a48f71d740
3 changes: 2 additions & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4936,7 +4936,8 @@ static void __exit cciss_cleanup(void)
}
}
kthread_stop(cciss_scan_thread);
remove_proc_entry("driver/cciss", NULL);
if (proc_cciss)
remove_proc_entry("driver/cciss", NULL);
bus_unregister(&cciss_bus_type);
}

Expand Down

0 comments on commit 2a93d91

Please sign in to comment.