Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293036
b: refs/heads/master
c: 13de2c5
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Jakowski authored and James Bottomley committed Feb 29, 2012
1 parent 3a6b9b4 commit 0ac57d8
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: e462116afb1e436d4045167e7fe979405ae33d2b
refs/heads/master: 13de2c541993394ec4db4949302312a0ce0af7b1
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/isci/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#include <linux/efi.h>
#include <asm/string.h>
#include <scsi/scsi_host.h>
#include "host.h"
#include "isci.h"
#include "task.h"
#include "probe_roms.h"
Expand Down Expand Up @@ -552,9 +553,9 @@ static void __devexit isci_pci_remove(struct pci_dev *pdev)
int i;

for_each_isci_host(i, ihost, pdev) {
wait_for_start(ihost);
isci_unregister(ihost);
isci_host_deinit(ihost);
sci_controller_disable_interrupts(ihost);
}
}

Expand Down

0 comments on commit 0ac57d8

Please sign in to comment.