Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219555
b: refs/heads/master
c: 2c6413a
h: refs/heads/master
i:
  219553: 78cea39
  219551: 47784a0
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Oct 18, 2010
1 parent 2e496b4 commit a570717
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: cb04e95bdd0bfd618ab731c84a3ab56b56974df8
refs/heads/master: 2c6413aee215a43b1f95e218067abcde50ccbc5e
4 changes: 2 additions & 2 deletions trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,8 @@ int pci_setup_device(struct pci_dev *dev)
dev->class = class;
class >>= 8;

dev_dbg(&dev->dev, "found [%04x:%04x] class %06x header type %02x\n",
dev->vendor, dev->device, class, dev->hdr_type);
dev_printk(KERN_DEBUG, &dev->dev, "[%04x:%04x] type %d class %#08x\n",
dev->vendor, dev->device, dev->hdr_type, class);

/* need to have dev->class ready */
dev->cfg_size = pci_cfg_space_size(dev);
Expand Down

0 comments on commit a570717

Please sign in to comment.