Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126633
b: refs/heads/master
c: 3ca67c1
h: refs/heads/master
i:
  126631: 2fac7db
v: v3
  • Loading branch information
Vijay Kumar authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 6d5a76c commit 14b04f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7dadbbcf7f88f44cc46c95e6dcfd9b1ac9e8ae62
refs/heads/master: 3ca67c1b94f26cacf9c709d2cf39792cf14f1356
4 changes: 2 additions & 2 deletions trunk/drivers/staging/poch/poch.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ static int poch_channel_alloc_groups(struct channel_info *channel)
group->user_offset =
(header_pages + (i * group_pages)) * PAGE_SIZE;

printk(KERN_INFO PFX "%ld: user_offset: 0x%lx dma: 0x%x\n", i,
group->user_offset, group->dma_addr);
printk(KERN_INFO PFX "%ld: user_offset: 0x%lx\n", i,
group->user_offset);
}

return 0;
Expand Down

0 comments on commit 14b04f0

Please sign in to comment.