From 655a5ce411fb58451d9b37574837807c4824e6e9 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Mon, 30 Sep 2002 19:55:42 +0000 Subject: [PATCH] Remove a left over '&' from the conversion to using our softc referenced seeprom store. MFC after: 1 day --- sys/dev/aic7xxx/aic7770.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index 0c46fbe963c4..e15c9694f58a 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: //depot/aic7xxx/aic7xxx/aic7770.c#25 $ + * $Id: //depot/aic7xxx/aic7xxx/aic7770.c#26 $ * * $FreeBSD$ */ @@ -265,7 +265,7 @@ aha2840_load_seeprom(struct ahc_softc *ahc) if (bootverbose) printf("%s: Reading SEEPROM...", ahc_name(ahc)); - have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)&sc, + have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, /*start_addr*/0, sizeof(sc)/2); if (have_seeprom) {