Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14234
b: refs/heads/master
c: 09071e3
h: refs/heads/master
v: v3
  • Loading branch information
Toni Mueller authored and Linus Torvalds committed Nov 15, 2005
1 parent a161665 commit 75f5874
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: d6a1a64aec2b2e2e13b629ed72afd319d8bce5da
refs/heads/master: 09071e35f9f0b308c37c9853766de573591589ea
2 changes: 1 addition & 1 deletion trunk/drivers/net/wan/sdladrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1994,7 +1994,7 @@ static int detect_s514 (sdlahw_t* hw)
modname, hw->irq);

/* map the physical PCI memory to virtual memory */
(void *)hw->dpmbase = ioremap((unsigned long)S514_mem_base_addr,
hw->dpmbase = ioremap((unsigned long)S514_mem_base_addr,
(unsigned long)MAX_SIZEOF_S514_MEMORY);
/* map the physical control register memory to virtual memory */
hw->vector = (unsigned long)ioremap(
Expand Down

0 comments on commit 75f5874

Please sign in to comment.