summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pccbb.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 18:59:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 18:59:13 +0000
commit9651aee4b75b2a8c7918c1391b21ae0ed7e3947f (patch)
treee2197b3e10a235e5615bf70a6610d1e3752a58ce /sys/dev/pci/pccbb.c
parent7110b42478d81b71a5f1f70a27c770243fce03c6 (diff)
Interrupt handlers which do nothing should return 0 (or -1 if they are not
sure) ok kettenis jsg
Diffstat (limited to 'sys/dev/pci/pccbb.c')
-rw-r--r--sys/dev/pci/pccbb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c
index 21e09a491f2..4497bc68238 100644
--- a/sys/dev/pci/pccbb.c
+++ b/sys/dev/pci/pccbb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pccbb.c,v 1.50 2007/11/25 18:57:50 deraadt Exp $ */
+/* $OpenBSD: pccbb.c,v 1.51 2007/11/25 18:59:12 deraadt Exp $ */
/* $NetBSD: pccbb.c,v 1.96 2004/03/28 09:49:31 nakayama Exp $ */
/*
@@ -1012,7 +1012,7 @@ pccbbintr(arg)
}
}
- return (1);
+ return (0);
}
/*