diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-09-24 01:32:10 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-09-24 01:32:10 +0000 |
commit | dc86b228b6cb896b58ae2be05bc34ed6b35a91bc (patch) | |
tree | eee8ffa7c6dbf97addde407c142d48bda9b3f111 /sys/dev | |
parent | 6e88732817a4677c90ecedef280d09de11a58253 (diff) |
remove useless store
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ami.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c index 9712e9b7f6b..14af0c05ec0 100644 --- a/sys/dev/ic/ami.c +++ b/sys/dev/ic/ami.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ami.c,v 1.215 2010/09/20 06:17:49 krw Exp $ */ +/* $OpenBSD: ami.c,v 1.216 2010/09/24 01:32:09 dlg Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -1332,7 +1332,6 @@ ami_scsi_cmd(struct scsi_xfer *xs) return; } - error = 0; xs->error = XS_NOERROR; switch (xs->cmd->opcode) { |