Skip to content

Commit

Permalink
[SCSI] atari_NCR5380: Remove obsolete variable oldto
Browse files Browse the repository at this point in the history
commit 8ce7955 ("[SCSI] atari_NCR5380:
update_timeout removal") removed all users, but not the avtual variable.

Suggested-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Geert Uytterhoeven authored and James Bottomley committed Jun 29, 2011
1 parent a5cb67f commit 545a876
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/atari_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ static int NCR5380_queue_command_lck(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
{
SETUP_HOSTDATA(cmd->device->host);
Scsi_Cmnd *tmp;
int oldto;
unsigned long flags;

#if (NDEBUG & NDEBUG_NO_WRITE)
Expand Down

0 comments on commit 545a876

Please sign in to comment.