]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ohci1394: cleanup the "Unexpected PCI resource length" warning.
authorJody McIntyre <scjody@modernduck.com>
Wed, 29 Mar 2006 01:04:04 +0000 (20:04 -0500)
committerJody McIntyre <scjody@modernduck.com>
Wed, 29 Mar 2006 01:04:04 +0000 (20:04 -0500)
commit94c2d01a537daf51a9fcf229d7d2204c979355d9
tree9ef944f89559b8d5ac3edaac836334861fd07fbf
parentd024ebc67eaa6bb7abca2e3061cb257a1587fa30
ohci1394: cleanup the "Unexpected PCI resource length" warning.

This warning happens in practice because the resource length reported by
the chipset is too large.  This is not actually a problem, so don't warn
about it.  If it happens to be too small, warn about that, but with
a different message so people who are used to ignoring the old message
don't.

Signed-off-by: Jody McIntyre <scjody@modernduck.com>
drivers/ieee1394/ohci1394.c