Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74523
b: refs/heads/master
c: e85fbc5
h: refs/heads/master
i:
  74521: ba4e80a
  74519: a1452df
v: v3
  • Loading branch information
Salyzyn, Mark authored and James Bottomley committed Nov 7, 2007
1 parent ac501e8 commit 69fa02f
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: 3b2d871245357015cac621d7612b6ecf59f424df
refs/heads/master: e85fbc595aa527e0b3c9a738c4dc1d7717afb30c
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,8 @@ static struct scsi_host_template aac_driver_template = {

static void __aac_shutdown(struct aac_dev * aac)
{
kthread_stop(aac->thread);
if (aac->aif_thread)
kthread_stop(aac->thread);
aac_send_shutdown(aac);
aac_adapter_disable_int(aac);
free_irq(aac->pdev->irq, aac);
Expand Down

0 comments on commit 69fa02f

Please sign in to comment.