Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73791
b: refs/heads/master
c: 66ba886
h: refs/heads/master
i:
  73789: a90db7f
  73787: ef1586a
  73783: ebcafc0
  73775: 9aeb37f
  73759: 4a1ff17
  73727: 03c81e4
v: v3
  • Loading branch information
Frank Lichtenheld authored and David S. Miller committed Nov 14, 2007
1 parent 5102745 commit a1b6deb
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: 186fd777a8c63c28acdbcb0e9aefa7ebc858641e
refs/heads/master: 66ba886254edbbd9442d30f1eef6f6fb0145027d
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/sc/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void memcpy_toshmem(int card, void *dest, const void *src, size_t n)

outb(((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE) >> 14) | 0x80,
sc_adapter[card]->ioport[sc_adapter[card]->shmem_pgport]);
memcpy_toio(sc_adapter[card]->rambase + dest_rem, src, n);
memcpy_toio((void __iomem *)(sc_adapter[card]->rambase + dest_rem), src, n);
spin_unlock_irqrestore(&sc_adapter[card]->lock, flags);
pr_debug("%s: set page to %#x\n",sc_adapter[card]->devicename,
((sc_adapter[card]->shmem_magic + ch * SRAM_PAGESIZE)>>14)|0x80);
Expand Down

0 comments on commit a1b6deb

Please sign in to comment.