Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2010 01:09:00 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r214856 - stable/8/sys/arm/mv
Message-ID:  <201011060109.oA61902B014688@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Sat Nov  6 01:09:00 2010
New Revision: 214856
URL: http://svn.freebsd.org/changeset/base/214856

Log:
  Fix an instance missed in r212892:
  
  MFC r212413: bus_add_child: change type of order parameter to u_int

Modified:
  stable/8/sys/arm/mv/obio.c

Modified: stable/8/sys/arm/mv/obio.c
==============================================================================
--- stable/8/sys/arm/mv/obio.c	Sat Nov  6 00:53:54 2010	(r214855)
+++ stable/8/sys/arm/mv/obio.c	Sat Nov  6 01:09:00 2010	(r214856)
@@ -324,7 +324,7 @@ mbus_activate_resource(device_t dev, dev
 }
 
 static device_t
-mbus_add_child(device_t bus, int order, const char *name, int unit)
+mbus_add_child(device_t bus, u_int order, const char *name, int unit)
 {
 	struct obio_device *od;
 	device_t child;



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