diff options
Diffstat (limited to 'sys/dev/isf/isf.c')
-rw-r--r-- | sys/dev/isf/isf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isf/isf.c b/sys/dev/isf/isf.c index b3ac080..e537799 100644 --- a/sys/dev/isf/isf.c +++ b/sys/dev/isf/isf.c @@ -498,7 +498,7 @@ isf_disk_ioctl(struct disk *disk, u_long cmd, void *data, int fflag, static void isf_disk_strategy(struct bio *bp) { - struct isf_softc *sc = bp->bio_disk->d_drv1;; + struct isf_softc *sc = bp->bio_disk->d_drv1; /* * We advertise a block size and maximum I/O size up the stack; catch |