summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2003-09-10 05:30:15 +0000
committermycroft <mycroft@NetBSD.org>2003-09-10 05:30:15 +0000
commitff7d94f5ec2baf26c080d06960b6a5d073be0f2a (patch)
treed513ee8e7d9badd08a340278318059bd29b1b290 /sys/dev/usb
parent9c39f1d6a56bab006976640e5c3d78dd6a280696 (diff)
Er, missed one thing.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/umass_scsipi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/umass_scsipi.c b/sys/dev/usb/umass_scsipi.c
index f103116a74a..d4378ac2074 100644
--- a/sys/dev/usb/umass_scsipi.c
+++ b/sys/dev/usb/umass_scsipi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: umass_scsipi.c,v 1.12 2003/09/10 05:25:44 mycroft Exp $ */
+/* $NetBSD: umass_scsipi.c,v 1.13 2003/09/10 05:30:15 mycroft Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_scsipi.c,v 1.12 2003/09/10 05:25:44 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_scsipi.c,v 1.13 2003/09/10 05:30:15 mycroft Exp $");
#include "atapibus.h"
#include "scsibus.h"
@@ -243,7 +243,7 @@ umass_scsipi_request(struct scsipi_channel *chan,
struct scsipi_xfer *xs;
struct umass_softc *sc = (void *)adapt->adapt_dev;
struct umass_scsipi_softc *scbus = (struct umass_scsipi_softc *)sc->bus;
- struct scsipi_generic *cmd, trcmd;
+ struct scsipi_generic *cmd;
int cmdlen;
int dir;
#ifdef UMASS_DEBUG