Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322085
b: refs/heads/master
c: 9a9a9a7
h: refs/heads/master
i:
  322083: c66e455
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Aug 21, 2012
1 parent 078589d commit 81f5245
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 3670e7e12e582c6d67761275d148171feb7a9004
refs/heads/master: 9a9a9a7adafe62a34de8b4fb48936c1c5f9bafa5
5 changes: 4 additions & 1 deletion trunk/drivers/rapidio/devices/tsi721.c
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ static int __devinit tsi721_probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
struct tsi721_device *priv;
int i, cap;
int cap;
int err;
u32 regval;

Expand All @@ -2239,12 +2239,15 @@ static int __devinit tsi721_probe(struct pci_dev *pdev,
priv->pdev = pdev;

#ifdef DEBUG
{
int i;
for (i = 0; i <= PCI_STD_RESOURCE_END; i++) {
dev_dbg(&pdev->dev, "res[%d] @ 0x%llx (0x%lx, 0x%lx)\n",
i, (unsigned long long)pci_resource_start(pdev, i),
(unsigned long)pci_resource_len(pdev, i),
pci_resource_flags(pdev, i));
}
}
#endif
/*
* Verify BAR configuration
Expand Down

0 comments on commit 81f5245

Please sign in to comment.