diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-23 03:55:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-23 03:55:42 +0000 |
commit | af6faf403f7970676508744d330450eb4cc12ddc (patch) | |
tree | ac5b7d857edb631eb76b6f2cb5206f6f04d7896d /sys/dev | |
parent | bb7cb1d69849bf42cc5875d981d96682d414a5a1 (diff) |
commited with unused variable
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/mfi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c index 8ab77783f32..dd2c7d686f8 100644 --- a/sys/dev/ic/mfi.c +++ b/sys/dev/ic/mfi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi.c,v 1.52 2006/05/23 00:44:41 marco Exp $ */ +/* $OpenBSD: mfi.c,v 1.53 2006/05/23 03:55:41 deraadt Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -1333,7 +1333,7 @@ done: int mfi_ioctl_disk(struct mfi_softc *sc, struct bioc_disk *bd) { - int i, rv = EINVAL; + int rv = EINVAL; DNPRINTF(MFI_D_IOCTL, "%s: mfi_ioctl_disk %#x\n", DEVNAME(sc), bd->bd_diskid); |