Date: Sat, 3 Mar 2007 17:06:07 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 115281 for review Message-ID: <200703031706.l23H67nD034692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115281 Change 115281 by piso@piso_newluxor on 2007/03/03 17:05:44 Check only for intr_filter in pccard_filter(). Affected files ... .. //depot/projects/soc2006/intr_filter/dev/pccard/pccard.c#8 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/pccard/pccard.c#8 (text+ko) ==== @@ -1208,7 +1208,7 @@ else doisr = 0; } - if (pf->intr_handler != NULL && doisr) { + if (doisr) { if (pf->intr_filter != NULL) return (pf->intr_filter(pf->intr_handler_arg)); else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703031706.l23H67nD034692>