PERFORCE change 107392 for review

Warner Losh imp at FreeBSD.org
Fri Oct 6 21:35:37 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107392

Change 107392 by imp at 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[] = {


More information about the p4-projects mailing list