PERFORCE change 115281 for review
Paolo Pisati
piso at FreeBSD.org
Sat Mar 3 17:06:08 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=115281
Change 115281 by piso at 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
More information about the p4-projects
mailing list