Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300786
b: refs/heads/master
c: ecffe75
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Apr 17, 2012
1 parent 1278c1b commit 3f76286
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7335baed84229084de9b184d088e3f35d9e0971d
refs/heads/master: ecffe75f934b4e3c5301fe5db278068e0efb0d6b
5 changes: 3 additions & 2 deletions trunk/drivers/net/hippi/rrunner.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ static int __devinit rr_init_one(struct pci_dev *pdev,
pci_set_master(pdev);

printk(KERN_INFO "%s: Essential RoadRunner serial HIPPI "
"at 0x%08llx, irq %i, PCI latency %i\n", dev->name,
pci_resource_start(pdev, 0), pdev->irq, pci_latency);
"at 0x%llx, irq %i, PCI latency %i\n", dev->name,
(unsigned long long)pci_resource_start(pdev, 0),
pdev->irq, pci_latency);

/*
* Remap the MMIO regs into kernel space.
Expand Down

0 comments on commit 3f76286

Please sign in to comment.