Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257794
b: refs/heads/master
c: 6323e4f
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and James Bottomley committed Jun 29, 2011
1 parent eb01d28 commit cf2b6b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50f87f910db0f6dcd3eb569e76c4a48c5315198c
refs/heads/master: 6323e4fe7f61f77c87c26d2b5dcb3472246c1341
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/atari_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,11 @@ static int __init NCR5380_init(struct Scsi_Host *instance, int flags)
return 0;
}

static void NCR5380_exit(struct Scsi_Host *instance)
{
/* Empty, as we didn't schedule any delayed work */
}

/*
* Function : int NCR5380_queue_command (Scsi_Cmnd *cmd,
* void (*done)(Scsi_Cmnd *))
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/atari_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ int atari_scsi_release(struct Scsi_Host *sh)
free_irq(IRQ_TT_MFP_SCSI, sh);
if (atari_dma_buffer)
atari_stram_free(atari_dma_buffer);
NCR5380_exit(sh);
return 1;
}

Expand Down

0 comments on commit cf2b6b4

Please sign in to comment.