From 5d3e8edac4a1da21ed835754bc2f28e5beb8b54a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 23 Jan 2001 22:05:07 +0000 Subject: [PATCH] Use the 'slp' local variable that was otherwise unused instead of casting the driver softc under the assumption that the first part of it was a struct scsi_low_softc. --- sys/dev/ncv/ncr53c500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index dfbfd3f1248e..bb9e1d839d22 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -440,7 +440,7 @@ ncv_world_start(sc, fdone) ncvhw_init(iot, ioh, &sc->sc_hw); s = splcam(); - scsi_low_bus_reset((struct scsi_low_softc *) sc); + scsi_low_bus_reset(slp); ncvhw_select_register_0(iot, ioh, &sc->sc_hw); bus_space_read_1(sc->sc_iot, sc->sc_ioh, cr0_stat);