Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25793
b: refs/heads/master
c: 5392627
h: refs/heads/master
i:
  25791: f951c8b
v: v3
  • Loading branch information
Mark Haverkamp authored and James Bottomley committed Apr 13, 2006
1 parent 6f4f6b4 commit a308608
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: 95433badf0ff8dbc2caf14bc69c984841539715f
refs/heads/master: 53926274f24e5c852dbe8f89dea16b7822549472
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,8 @@ static int __init aac_init(void)

static void __exit aac_exit(void)
{
unregister_chrdev(aac_cfg_major, "aac");
if (aac_cfg_major > -1)
unregister_chrdev(aac_cfg_major, "aac");
pci_unregister_driver(&aac_pci_driver);
}

Expand Down

0 comments on commit a308608

Please sign in to comment.