Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24586
b: refs/heads/master
c: 94c2d01
h: refs/heads/master
v: v3
  • Loading branch information
Jody McIntyre committed Mar 29, 2006
1 parent 7d28a62 commit a3f9e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d024ebc67eaa6bb7abca2e3061cb257a1587fa30
refs/heads/master: 94c2d01a537daf51a9fcf229d7d2204c979355d9
4 changes: 2 additions & 2 deletions trunk/drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3262,8 +3262,8 @@ static int __devinit ohci1394_pci_probe(struct pci_dev *dev,
* fail to report the right length. Anyway, the ohci spec
* clearly says it's 2kb, so this shouldn't be a problem. */
ohci_base = pci_resource_start(dev, 0);
if (pci_resource_len(dev, 0) != OHCI1394_REGISTER_SIZE)
PRINT(KERN_WARNING, "Unexpected PCI resource length of %lx!",
if (pci_resource_len(dev, 0) < OHCI1394_REGISTER_SIZE)
PRINT(KERN_WARNING, "PCI resource length of %lx too small!",
pci_resource_len(dev, 0));

/* Seems PCMCIA handles this internally. Not sure why. Seems
Expand Down

0 comments on commit a3f9e83

Please sign in to comment.