Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131701
b: refs/heads/master
c: 0d5048a
h: refs/heads/master
i:
  131699: e4b17eb
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Feb 20, 2009
1 parent 53fd7ee commit e61414e
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: 2cf0dbed27af3f827a96db98c2535002902f6af0
refs/heads/master: 0d5048a96fc51d976ac777e3d78762b4dd241693
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/sc/shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void memcpy_toshmem(int card, void *dest, const void *src, size_t 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);
pr_debug("%s: copying %d bytes from %#lx to %#lx\n",
pr_debug("%s: copying %zu bytes from %#lx to %#lx\n",
sc_adapter[card]->devicename, n,
(unsigned long) src,
sc_adapter[card]->rambase + ((unsigned long) dest %0x4000));
Expand Down

0 comments on commit e61414e

Please sign in to comment.