Date: Mon, 4 Jun 2007 21:04:48 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 120930 for review Message-ID: <200706042104.l54L4mE1015431@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120930 Change 120930 by piso@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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706042104.l54L4mE1015431>