Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31427
b: refs/heads/master
c: 598736c
h: refs/heads/master
i:
  31425: 4a2abb8
  31423: f55bb6d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 30, 2006
1 parent e3f8a5f commit 103386e
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: cfa7b0d46964300c849243d1a38a138b870bdc13
refs/heads/master: 598736c55622f7ea65b98f93c825ff95c433877c
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-i801.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ static int __devinit i801_probe(struct pci_dev *dev, const struct pci_device_id
err = pci_request_region(dev, SMBBAR, i801_driver.name);
if (err) {
dev_err(&dev->dev, "Failed to request SMBus region "
"0x%lx-0x%lx\n", i801_smba,
pci_resource_end(dev, SMBBAR));
"0x%lx-0x%Lx\n", i801_smba,
(unsigned long long)pci_resource_end(dev, SMBBAR));
goto exit;
}

Expand Down

0 comments on commit 103386e

Please sign in to comment.