PERFORCE change 115378 for review

Paolo Pisati piso at FreeBSD.org
Mon Mar 5 22:49:48 UTC 2007


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

Change 115378 by piso at piso_newluxor on 2007/03/05 22:49:09

	Trim a useless cast.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#6 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#6 (text+ko) ====

@@ -421,8 +421,7 @@
 {
 	int error;
 	struct ppb_data *ppb = DEVTOSOFTC(bus);
-	struct ppb_device *ppbdev = 
-	    (struct ppb_device *)device_get_ivars(child);
+	struct ppb_device *ppbdev = device_get_ivars(child);
 
 	/* a device driver must own the bus to register an interrupt */
 	if (ppb->ppb_owner != child)


More information about the p4-projects mailing list