patch from Ian Abbott <abbotti@mev.co.uk>, who says:
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 25 Jan 2005 23:44:43 +0000 (23:44 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 25 Jan 2005 23:44:43 +0000 (23:44 +0000)
commit3ff3f22fa08a14c4fd2a040268570bebd5e1742f
tree289ede64815e16290ed0b0ab61256afc1de548a3
parent08eedd5d1d316d71f3a3cf7541ae6438d39d4a5b
patch from Ian Abbott <abbotti@mev.co.uk>, who says:

This patch fixes a harmless logical error in the _attach routines of the
amplc_pc236 and amplc_pc263 drivers that I noticed while looking at the
pci_for_each_dev stuff.  Also, now that the drivers ar using
pci_find_device instead of pci_for_each_dev, the patch offloads some of
the searching for a matching PCI device to the pci_find_device function.

The bug is just after the loop that finds the PCI device ID table entry
that matches the comedi board name.  The test for reaching the end of
the PCI device ID table without finding a match was incorrect.  I say
the bug is harmless because there would have to be another bug somewhere
else to trigger this bug.
comedi/drivers/amplc_pc236.c
comedi/drivers/amplc_pc263.c