Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2006 04:35:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107392 for review
Message-ID:  <200610070435.k974Zaar001267@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107392

Change 107392 by imp@imp_lighthouse on 2006/10/07 04:34:40

	Properly transpot the request uphill.

Affected files ...

.. //depot/projects/arm/src/sys/dev/spibus/spibus.c#6 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/spibus/spibus.c#6 (text+ko) ====

@@ -158,7 +158,7 @@
 static int
 spibus_transfer_impl(device_t dev, device_t child, struct spi_command *cmd)
 {
-	return (SPIBUS_TRANSFER(dev, child, cmd));
+	return (SPIBUS_TRANSFER(device_get_parent(dev), child, cmd));
 }
 
 static device_method_t spibus_methods[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610070435.k974Zaar001267>