Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44455
b: refs/heads/master
c: a5b9287
h: refs/heads/master
i:
  44453: fd668e5
  44451: bfd47d1
  44447: d8b70c8
v: v3
  • Loading branch information
Mike Miller authored and Linus Torvalds committed Dec 13, 2006
1 parent dc6d57d commit f65aaae
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3468a33e98524a7661a158251b10cea7c9fafece
refs/heads/master: a5b92873a87cc579f6399693e2c9ae6b43932ddf
2 changes: 1 addition & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2865,7 +2865,7 @@ static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
#ifdef CCISS_DEBUG
printk("address 0 = %x\n", c->paddr);
#endif /* CCISS_DEBUG */
c->vaddr = remap_pci_mem(c->paddr, 200);
c->vaddr = remap_pci_mem(c->paddr, 0x250);

/* Wait for the board to become ready. (PCI hotplug needs this.)
* We poll for up to 120 secs, once per 100ms. */
Expand Down

0 comments on commit f65aaae

Please sign in to comment.