PERFORCE change 120930 for review

Paolo Pisati piso at FreeBSD.org
Mon Jun 4 21:04:49 UTC 2007


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

Change 120930 by piso at piso_newluxor on 2007/06/04 21:04:15

	-s/scl_handler/scl_filter/ where appropriate
	-whitespace
	
	Spotted by: marius

Affected files ...

.. //depot/projects/soc2006/intr_filter/sparc64/sbus/sbus.c#14 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/sparc64/sbus/sbus.c#14 (text+ko) ====

@@ -635,10 +635,10 @@
 	int res;
 
 	scl = (struct sbus_clr *)arg;
-	if (scl->scl_handler != NULL) {
+	if (scl->scl_filter != NULL) {
 		res = scl->scl_filter(scl->scl_arg);
 		SYSIO_WRITE8(scl->scl_sc, scl->scl_clr, 0);
-	} else 
+	} else
 		res = FILTER_SCHEDULE_THREAD;	
 	return (res);
 }
@@ -650,7 +650,7 @@
 
 	scl = (struct sbus_clr *)arg;
 	scl->scl_handler(scl->scl_arg);
-	if (scl->scl_handler == NULL)
+	if (scl->scl_filter == NULL)
 		SYSIO_WRITE8(scl->scl_sc, scl->scl_clr, 0);
 }
 


More information about the p4-projects mailing list